/// <summary> /// Create a new Order object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static Order CreateOrder(global::System.Int64 id) { Order order = new Order(); order.ID = id; return order; }
/// <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(Order order) { base.AddObject("Orders", order); }