Ejemplo n.º 1
0
 partial void DeleteContactTable(ContactTable instance);
Ejemplo n.º 2
0
 partial void InsertContactTable(ContactTable instance);
Ejemplo n.º 3
0
 partial void UpdateContactTable(ContactTable instance);
Ejemplo n.º 4
0
		private void detach_ContactTable(ContactTable entity)
		{
			this.SendPropertyChanging();
			entity.AddressTable = null;
		}