/// <summary>
 /// Create a new OrderOptions object.
 /// </summary>
 /// <param name="orderOptID">Initial value of the OrderOptID property.</param>
 /// <param name="orderID">Initial value of the OrderID property.</param>
 /// <param name="optID">Initial value of the OptID property.</param>
 public static OrderOptions CreateOrderOptions(global::System.Int64 orderOptID, global::System.Int64 orderID, global::System.Int64 optID)
 {
     OrderOptions orderOptions = new OrderOptions();
     orderOptions.OrderOptID = orderOptID;
     orderOptions.OrderID = orderID;
     orderOptions.OptID = optID;
     return orderOptions;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the OrderOptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrderOptions(OrderOptions orderOptions)
 {
     base.AddObject("OrderOptions", orderOptions);
 }