/// <summary>
 /// Create a new AllstarWithName object.
 /// </summary>
 /// <param name="playerID">Initial value of the playerID property.</param>
 /// <param name="yearID">Initial value of the yearID property.</param>
 public static AllstarWithName CreateAllstarWithName(global::System.String playerID, global::System.Int16 yearID)
 {
     AllstarWithName allstarWithName = new AllstarWithName();
     allstarWithName.playerID = playerID;
     allstarWithName.yearID = yearID;
     return allstarWithName;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AllstarWithNames EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAllstarWithNames(AllstarWithName allstarWithName)
 {
     base.AddObject("AllstarWithNames", allstarWithName);
 }