Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NewH_keyAC EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNewH_keyAC(NewH_keyAC newH_keyAC)
 {
     base.AddObject("NewH_keyAC", newH_keyAC);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new NewH_keyAC object.
 /// </summary>
 /// <param name="aId">Initial value of the AId property.</param>
 /// <param name="cId">Initial value of the CId property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static NewH_keyAC CreateNewH_keyAC(global::System.Int32 aId, global::System.Int32 cId, global::System.DateTime timestamp)
 {
     NewH_keyAC newH_keyAC = new NewH_keyAC();
     newH_keyAC.AId = aId;
     newH_keyAC.CId = cId;
     newH_keyAC.Timestamp = timestamp;
     return newH_keyAC;
 }