예제 #1
0
 /// <summary>
 /// Create a new Buyer object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Buyer CreateBuyer(global::System.Int64 id)
 {
     Buyer buyer = new Buyer();
     buyer.Id = id;
     return buyer;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Buyers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBuyers(Buyer buyer)
 {
     base.AddObject("Buyers", buyer);
 }