partial void DeleteProductsRefProperty(ProductsRefProperty instance);
partial void UpdateProductsRefProperty(ProductsRefProperty instance);
private void detach_ProductsRefProperies(ProductsRefProperty entity) { this.SendPropertyChanging(); entity.Product = null; }
partial void InsertProductsRefProperty(ProductsRefProperty instance);
private void attach_ProductsRefProperies(ProductsRefProperty entity) { this.SendPropertyChanging(); entity.ProductProperty = this; }