Click or drag to resize
CountryListGet Method
Get country with specified id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public ICountry Get(
	CountryId countryId
)

Parameters

countryId
Type: ArtDatabanken.DataCountryId
Id of country.

Return Value

Type: ICountry
Requested country.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if no data has the requested id.
See Also