示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NewI_D_A EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNewI_D_A(NewI_D_A newI_D_A)
 {
     base.AddObject("NewI_D_A", newI_D_A);
 }
示例#2
0
 /// <summary>
 /// Create a new NewI_D_A object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="dId">Initial value of the DId property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static NewI_D_A CreateNewI_D_A(global::System.Int32 id, global::System.Int32 dId, global::System.DateTime timestamp)
 {
     NewI_D_A newI_D_A = new NewI_D_A();
     newI_D_A.Id = id;
     newI_D_A.DId = dId;
     newI_D_A.Timestamp = timestamp;
     return newI_D_A;
 }