Beispiel #1
0
 partial void DeleteProductsRefPropery(ProductsRefPropery instance);
Beispiel #2
0
 partial void UpdateProductsRefPropery(ProductsRefPropery instance);
Beispiel #3
0
		private void detach_ProductsRefProperies(ProductsRefPropery entity)
		{
			this.SendPropertyChanging();
			entity.Product = null;
		}
Beispiel #4
0
 partial void InsertProductsRefPropery(ProductsRefPropery instance);
Beispiel #5
0
		private void attach_ProductsRefProperies(ProductsRefPropery entity)
		{
			this.SendPropertyChanging();
			entity.ProductProperty = this;
		}