/// <summary> /// Create a new Order object. /// </summary> /// <param name="bKey">Initial value of the bKey property.</param> /// <param name="aKey">Initial value of the AKey property.</param> public static Order CreateOrder(global::System.Int32 bKey, global::System.Int32 aKey) { Order order = new Order(); order.bKey = bKey; order.AKey = aKey; 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); }