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