private void detach_Users(Users entity) { this.SendPropertyChanging(); entity.Roles = null; }
private void attach_Users(Users entity) { this.SendPropertyChanging(); entity.Roles = this; }
partial void UpdateUsers(Users instance);
partial void DeleteUsers(Users instance);
partial void InsertUsers(Users instance);