private void detach_UserScores(UserScore entity) { this.SendPropertyChanging(); entity.Tag = null; }
private void attach_UserScores(UserScore entity) { this.SendPropertyChanging(); entity.Tag = this; }
partial void UpdateUserScore(UserScore instance);
partial void DeleteUserScore(UserScore instance);
partial void InsertUserScore(UserScore instance);