VideoRentalService.SakilaEntities.AddTocategories C# (CSharp) Méthode

AddTocategories() public méthode

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
Résultat void
        public void AddTocategories(category category)
        {
            base.AddObject("categories", category);
        }