Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Orders_History_Actions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrders_History_Actions(Orders_History_Actions orders_History_Actions)
 {
     base.AddObject("Orders_History_Actions", orders_History_Actions);
 }
Example #2
0
 /// <summary>
 /// Create a new Orders_History_Actions object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static Orders_History_Actions CreateOrders_History_Actions(global::System.Int32 id, global::System.String name)
 {
     Orders_History_Actions orders_History_Actions = new Orders_History_Actions();
     orders_History_Actions.Id = id;
     orders_History_Actions.Name = name;
     return orders_History_Actions;
 }