Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the inventory_customer EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToinventory_customer(inventory_customer inventory_customer)
 {
     base.AddObject("inventory_customer", inventory_customer);
 }
Пример #2
0
 /// <summary>
 /// Create a new inventory_customer object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static inventory_customer Createinventory_customer(global::System.Int32 id)
 {
     inventory_customer inventory_customer = new inventory_customer();
     inventory_customer.id = id;
     return inventory_customer;
 }