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