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