예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the v_orders_list EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTov_orders_list(v_orders_list v_orders_list)
 {
     base.AddObject("v_orders_list", v_orders_list);
 }
예제 #2
0
 /// <summary>
 /// Create a new v_orders_list object.
 /// </summary>
 /// <param name="order_id">Initial value of the order_id property.</param>
 /// <param name="orderNumber">Initial value of the OrderNumber property.</param>
 /// <param name="user_id">Initial value of the user_id property.</param>
 /// <param name="customerEmail">Initial value of the CustomerEmail property.</param>
 public static v_orders_list Createv_orders_list(global::System.Int32 order_id, global::System.Int32 orderNumber, global::System.Int32 user_id, global::System.String customerEmail)
 {
     v_orders_list v_orders_list = new v_orders_list();
     v_orders_list.order_id = order_id;
     v_orders_list.OrderNumber = orderNumber;
     v_orders_list.user_id = user_id;
     v_orders_list.CustomerEmail = customerEmail;
     return v_orders_list;
 }