VideoRentalService.SakilaEntities.AddTocategories C# (CSharp) Method

AddTocategories() public method

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