/// <summary> /// Create a new Team object. /// </summary> /// <param name="teamID">Initial value of the TeamID property.</param> public static Team CreateTeam(global::System.Int32 teamID) { Team team = new Team(); team.TeamID = teamID; return team; }
/// <summary> /// Deprecated Method for adding a new object to the Teams EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTeams(Team team) { base.AddObject("Teams", team); }