示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Standings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStandings(Standing standing)
 {
     base.AddObject("Standings", standing);
 }
示例#2
0
 /// <summary>
 /// Create a new Standing object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="entryId">Initial value of the EntryId property.</param>
 public static Standing CreateStanding(global::System.Int64 id, global::System.Int64 entryId)
 {
     Standing standing = new Standing();
     standing.Id = id;
     standing.EntryId = entryId;
     return standing;
 }