VideoRentalService.SakilaEntities.AddTofilm_category C# (CSharp) Method

AddTofilm_category() public method

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