DataQuerySource Class |
Namespace: CMS.DataEngine
public abstract class DataQuerySource
The DataQuerySource type exposes the following members.
Name | Description | |
---|---|---|
DataQuerySource |
Name | Description | |
---|---|---|
CMSDATABASE |
Specifies default CMS database as a source
| |
DATABASE_PREFIX |
Specifies database as a source
| |
MATERIALIZED |
Specifies source for a materialized query within a database
| |
MEMORY_PREFIX |
Specifies memory as a source
|
Name | Description | |
---|---|---|
ConnectionStringName |
Connection string name
| |
DataSourceName |
Data source identifier.
|
Name | Description | |
---|---|---|
GetConnectionStringName |
Gets the connection string name
| |
GetCount |
Returns the number of rows in the result queried by this data source if GetData is called with the same parameters
| |
GetData |
Gets the data for data query
| |
GetDataSourceName |
Gets data source identifier.
|