private void detach_UserDegrees(UserDegree entity) { this.SendPropertyChanging(); entity.User = null; }
private void attach_UserDegrees(UserDegree entity) { this.SendPropertyChanging(); entity.User = this; }
partial void UpdateUserDegree(UserDegree instance);
partial void DeleteUserDegree(UserDegree instance);
partial void InsertUserDegree(UserDegree instance);