private void attach_Orders(Orders entity) { this.SendPropertyChanging(); entity.Status1 = this; }
private void detach_Orders(Orders entity) { this.SendPropertyChanging(); entity.Status1 = null; }
partial void DeleteOrders(Orders instance);
partial void UpdateOrders(Orders instance);
partial void InsertOrders(Orders instance);
private void detach_Orders(Orders entity) { this.SendPropertyChanging(); entity.Material = null; }
private void attach_Orders(Orders entity) { this.SendPropertyChanging(); entity.Material = this; }