VideoRentalService.SakilaEntities.AddTofilm_actor C# (CSharp) Method

AddTofilm_actor() public method

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