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