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