/// <summary>
 /// Create a new PlayerInfo object.
 /// </summary>
 /// <param name="playerID">Initial value of the playerID property.</param>
 /// <param name="lahmanID">Initial value of the lahmanID property.</param>
 public static PlayerInfo CreatePlayerInfo(global::System.String playerID, global::System.Int32 lahmanID)
 {
     PlayerInfo playerInfo = new PlayerInfo();
     playerInfo.playerID = playerID;
     playerInfo.lahmanID = lahmanID;
     return playerInfo;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PlayerData EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPlayerData(PlayerInfo playerInfo)
 {
     base.AddObject("PlayerData", playerInfo);
 }