Testing.AdventureWorksEntities.AddToCountryRegionCurrencies C# (CSharp) Method

AddToCountryRegionCurrencies() public method

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