예제 #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;
		}