/// <summary>
 /// Deprecated Method for adding a new object to the Orders_Qries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrders_Qries(Orders_Qry orders_Qry)
 {
     base.AddObject("Orders_Qries", 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;
 }