VideoRentalService.SakilaEntities.AddTocountries C# (CSharp) Method

AddTocountries() public method

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