Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Esempio n. 1
0
 partial void DeletePurchase(Purchase instance);
Esempio n. 2
0
 partial void InsertPurchase(Purchase instance);
Esempio n. 3
0
 partial void UpdatePurchase(Purchase instance);
Esempio n. 4
0
		private void detach_Purchases(Purchase entity)
		{
			this.SendPropertyChanging();
			entity.Customer = null;
		}