Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NewN_keyDEC_AB EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNewN_keyDEC_AB(NewN_keyDEC_AB newN_keyDEC_AB)
 {
     base.AddObject("NewN_keyDEC_AB", newN_keyDEC_AB);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new NewN_keyDEC_AB object.
 /// </summary>
 /// <param name="dId">Initial value of the DId property.</param>
 /// <param name="eId">Initial value of the EId property.</param>
 /// <param name="cId">Initial value of the CId property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static NewN_keyDEC_AB CreateNewN_keyDEC_AB(global::System.Int32 dId, global::System.Int32 eId, global::System.Int32 cId, global::System.DateTime timestamp)
 {
     NewN_keyDEC_AB newN_keyDEC_AB = new NewN_keyDEC_AB();
     newN_keyDEC_AB.DId = dId;
     newN_keyDEC_AB.EId = eId;
     newN_keyDEC_AB.CId = cId;
     newN_keyDEC_AB.Timestamp = timestamp;
     return newN_keyDEC_AB;
 }