Пример #1
0
		private void detach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Section1 = null;
		}
Пример #2
0
		private void attach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Section1 = this;
		}
Пример #3
0
 partial void UpdateSection(Section instance);
Пример #4
0
 partial void DeleteSection(Section instance);
Пример #5
0
 partial void InsertSection(Section instance);