Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NextIds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNextIds(NextId nextId)
 {
     base.AddObject("NextIds", nextId);
 }
Пример #2
0
 /// <summary>
 /// Create a new NextId object.
 /// </summary>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="nextId1">Initial value of the NextId1 property.</param>
 public static NextId CreateNextId(global::System.String name, global::System.Int64 nextId1)
 {
     NextId nextId = new NextId();
     nextId.Name = name;
     nextId.NextId1 = nextId1;
     return nextId;
 }