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