Example #1
0
 partial void DeleteProductInfo(ProductInfo instance);
Example #2
0
 partial void InsertProductInfo(ProductInfo instance);
Example #3
0
 partial void UpdateProductInfo(ProductInfo instance);
Example #4
0
		private void detach_ProductInfos(ProductInfo entity)
		{
			this.SendPropertyChanging();
			entity.Comm_Order = null;
		}