VideoRentalService.SakilaEntities.AddToinventories C# (CSharp) Method

AddToinventories() public method

Deprecated Method for adding a new object to the inventories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToinventories ( inventory inventory ) : void
inventory inventory
return void
        public void AddToinventories(inventory inventory)
        {
            base.AddObject("inventories", inventory);
        }