Click or drag to resize
StatisticsInfoProviderGetCodeNamesInternal Method
Retrieves statistic code names.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
protected virtual DataSet GetCodeNamesInternal(
	string where,
	string orderBy,
	int topN
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
Top N rows

Return Value

Type: DataSet
See Also