Click or drag to resize
StatisticsInfoProvider.GetCodeNames Method (String, String, Int32)
Retrieves statistic code names under given condition.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax
C#
public static DataSet GetCodeNames(
	string where,
	string orderBy,
	int topN
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by
topN
Type: System.Int32
Top N rows

Return Value

Type: DataSet
See Also