/// <summary> /// Deprecated Method for adding a new object to the Orders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToOrders(Orders orders) { base.AddObject("Orders", orders); }
/// <summary> /// Create a new Orders object. /// </summary> /// <param name="orderID">Initial value of the OrderID property.</param> public static Orders CreateOrders(global::System.Int32 orderID) { Orders orders = new Orders(); orders.OrderID = orderID; return orders; }