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