Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the dktable_old EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodktable_old(dktable_old dktable_old)
 {
     base.AddObject("dktable_old", dktable_old);
 }
Exemple #2
0
 /// <summary>
 /// Create a new dktable_old object.
 /// </summary>
 /// <param name="dKNumber">Initial value of the DKNumber property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="tMR_ID">Initial value of the TMR_ID property.</param>
 /// <param name="stamp">Initial value of the Stamp property.</param>
 public static dktable_old Createdktable_old(global::System.String dKNumber, global::System.String description, global::System.String tMR_ID, global::System.DateTime stamp)
 {
     dktable_old dktable_old = new dktable_old();
     dktable_old.DKNumber = dKNumber;
     dktable_old.Description = description;
     dktable_old.TMR_ID = tMR_ID;
     dktable_old.Stamp = stamp;
     return dktable_old;
 }