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