/// <summary>
 /// Create a new orderList object.
 /// </summary>
 /// <param name="orderLIstID">Initial value of the orderLIstID property.</param>
 /// <param name="prodID">Initial value of the prodID property.</param>
 /// <param name="orderNumber">Initial value of the orderNumber property.</param>
 public static orderList CreateorderList(global::System.Int32 orderLIstID, global::System.Int32 prodID, global::System.Int32 orderNumber)
 {
     orderList orderList = new orderList();
     orderList.orderLIstID = orderLIstID;
     orderList.prodID = prodID;
     orderList.orderNumber = orderNumber;
     return orderList;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the orderLists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToorderLists(orderList orderList)
 {
     base.AddObject("orderLists", orderList);
 }