示例#1
0
 partial void DeleteExpertTable(ExpertTable instance);
示例#2
0
 partial void UpdateExpertTable(ExpertTable instance);
示例#3
0
 partial void InsertExpertTable(ExpertTable instance);
示例#4
0
		private void detach_ExpertTable(ExpertTable entity)
		{
			this.SendPropertyChanging();
			entity.DisciplineTable = null;
		}
示例#5
0
		private void detach_ExpertTable(ExpertTable entity)
		{
			this.SendPropertyChanging();
			entity.ContactTable = null;
		}
示例#6
0
		private void attach_ExpertTable(ExpertTable entity)
		{
			this.SendPropertyChanging();
			entity.ContactTable = this;
		}