예제 #1
0
 partial void DeleteContact(Contact instance);
예제 #2
0
 partial void UpdateContact(Contact instance);
예제 #3
0
		private void detach_Contacts(Contact entity)
		{
			this.SendPropertyChanging();
			entity.Job = null;
		}
예제 #4
0
 partial void InsertContact(Contact instance);
예제 #5
0
		private void attach_Contacts(Contact entity)
		{
			this.SendPropertyChanging();
			entity.Job = this;
		}