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