You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Analytics Namespace > Classes > Analytics Class > Analytics Methods > QueryAnalytics
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Analytics.QueryAnalytics Method

Provides a simple way of querying the database for analytics data. Returns the result as a weakly typed DataSet. Note that the connection is to the Analytics database and not to the standard CMS database.

C#
public DataSet QueryAnalytics(String selectCommands);
Visual Basic
Public Function QueryAnalytics(ByVal selectCommands() As String) As DataSet
Parameters 
Description 
selectCommands 
An array of SQL queries in string format. 

A weakly typed dataset with the result of the query.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!