Click or drag to resize
CountryInfoProviderGetCountriesInternal Method
Gets all countries according specified parameters.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 8.2.23
Syntax
C#
protected virtual InfoDataSet<CountryInfo> GetCountriesInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
TOP N rows
columns
Type: SystemString
Returned columns

Return Value

Type: InfoDataSetCountryInfo
See Also