Testing.AdventureWorksEntities.AddToCountryRegionCurrencies C# (CSharp) 메소드

AddToCountryRegionCurrencies() 공개 메소드

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
리턴 void
        public void AddToCountryRegionCurrencies(CountryRegionCurrency countryRegionCurrency)
        {
            base.AddObject("CountryRegionCurrencies", countryRegionCurrency);
        }
    
AdventureWorksEntities