Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the dktables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodktables(dktable dktable)
 {
     base.AddObject("dktables", dktable);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new dktable 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 Createdktable(global::System.String dKNumber, global::System.String description, global::System.String tMR_ID, global::System.DateTime stamp)
 {
     dktable dktable = new dktable();
     dktable.DKNumber = dKNumber;
     dktable.Description = description;
     dktable.TMR_ID = tMR_ID;
     dktable.Stamp = stamp;
     return dktable;
 }