VideoRentalService.SakilaEntities.AddTocustomers C# (CSharp) Method

AddTocustomers() public method

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