private void detach_GameHistory(GameHistory entity) { this.SendPropertyChanging(); entity.GameResult = null; }
partial void UpdateGameHistory(GameHistory instance);
partial void DeleteGameHistory(GameHistory instance);
partial void InsertGameHistory(GameHistory instance);