Inheritance: 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;
		}