StatisticsInfoProviderGetCodeNames Method |
Retrieves statistic code names under given condition.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax public static DataSet GetCodeNames(
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:
DataSetSee Also