Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the inventory_edition EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToinventory_edition(inventory_edition inventory_edition)
 {
     base.AddObject("inventory_edition", inventory_edition);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new inventory_edition object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static inventory_edition Createinventory_edition(global::System.Int32 id)
 {
     inventory_edition inventory_edition = new inventory_edition();
     inventory_edition.id = id;
     return inventory_edition;
 }