/// <summary> /// Deprecated Method for adding a new object to the inventory_edition EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToinventory_edition(inventory_edition inventory_edition) { base.AddObject("inventory_edition", inventory_edition); }
/// <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; }