Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NewL_G_AB EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNewL_G_AB(NewL_G_AB newL_G_AB)
 {
     base.AddObject("NewL_G_AB", newL_G_AB);
 }
Пример #2
0
 /// <summary>
 /// Create a new NewL_G_AB object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="gId">Initial value of the GId property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static NewL_G_AB CreateNewL_G_AB(global::System.Int32 id, global::System.Int32 gId, global::System.DateTime timestamp)
 {
     NewL_G_AB newL_G_AB = new NewL_G_AB();
     newL_G_AB.Id = id;
     newL_G_AB.GId = gId;
     newL_G_AB.Timestamp = timestamp;
     return newL_G_AB;
 }