/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the Buyers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBuyers(Buyer buyer) { base.AddObject("Buyers", buyer); }