Click or drag to resize
ICountryDataSource Interface
Definition of the CountryDataSource interface. This interface is used to retrieve country related information.

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ICountryDataSource : IDataSource

The ICountryDataSource type exposes the following members.

Methods
  NameDescription
Public methodGetCountries
Get all countries.
Top
See Also