Click or drag to resize
StateInfoProviderGetStatesInternal Method
Returns DataSet with states.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 8.2.23
Syntax
C#
protected virtual InfoDataSet<StateInfo> GetStatesInternal(
	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: InfoDataSetStateInfo
See Also