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