Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Teams EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTeams(Teams teams)
 {
     base.AddObject("Teams", teams);
 }
Example #2
0
 /// <summary>
 /// Create a new Teams object.
 /// </summary>
 /// <param name="teamId">Initial value of the TeamId property.</param>
 /// <param name="team">Initial value of the Team property.</param>
 public static Teams CreateTeams(global::System.Int64 teamId, global::System.String team)
 {
     Teams teams = new Teams();
     teams.TeamId = teamId;
     teams.Team = team;
     return teams;
 }