Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NewJ_DE_AB EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNewJ_DE_AB(NewJ_DE_AB newJ_DE_AB)
 {
     base.AddObject("NewJ_DE_AB", newJ_DE_AB);
 }
Example #2
0
 /// <summary>
 /// Create a new NewJ_DE_AB object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="dId">Initial value of the DId property.</param>
 /// <param name="eId">Initial value of the EId property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static NewJ_DE_AB CreateNewJ_DE_AB(global::System.Int32 id, global::System.Int32 dId, global::System.Int32 eId, global::System.DateTime timestamp)
 {
     NewJ_DE_AB newJ_DE_AB = new NewJ_DE_AB();
     newJ_DE_AB.Id = id;
     newJ_DE_AB.DId = dId;
     newJ_DE_AB.EId = eId;
     newJ_DE_AB.Timestamp = timestamp;
     return newJ_DE_AB;
 }