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