private void detach_userProducts(userProduct entity) { this.SendPropertyChanging(); entity.user = null; }
private void attach_userProducts(userProduct entity) { this.SendPropertyChanging(); entity.user = this; }
partial void UpdateuserProduct(userProduct instance);
partial void DeleteuserProduct(userProduct instance);
partial void InsertuserProduct(userProduct instance);