/// <summary> /// Deprecated Method for adding a new object to the inventory_customer_city EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToinventory_customer_city(inventory_customer_city inventory_customer_city) { base.AddObject("inventory_customer_city", inventory_customer_city); }
/// <summary> /// Create a new inventory_customer_city object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static inventory_customer_city Createinventory_customer_city(global::System.Int32 id) { inventory_customer_city inventory_customer_city = new inventory_customer_city(); inventory_customer_city.id = id; return inventory_customer_city; }