private void detach_Tbl_Productos(Tbl_Productos entity) { this.SendPropertyChanging(); entity.Tbl_proveedor = null; }
partial void DeleteTbl_Productos(Tbl_Productos instance);
partial void InsertTbl_Productos(Tbl_Productos instance);
partial void UpdateTbl_Productos(Tbl_Productos instance);
private void attach_Tbl_Productos(Tbl_Productos entity) { this.SendPropertyChanging(); entity.Tbl_Proveedor = this; }