상속: INotifyPropertyChanging, INotifyPropertyChanged
예제 #1
0
 partial void DeletePurchase(Purchase instance);
예제 #2
0
 partial void InsertPurchase(Purchase instance);
예제 #3
0
 partial void UpdatePurchase(Purchase instance);
예제 #4
0
		private void detach_Purchases(Purchase entity)
		{
			this.SendPropertyChanging();
			entity.Customer = null;
		}