Click or drag to resize

IAdapterDataHelperGetCountries Method

Gets a list of countries

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
IEnumerable<Country> GetCountries()

Return Value

Type: IEnumerableCountry
list of countries
See Also