DataQuerySource Class |
Namespace: CMS.DataEngine
public abstract class DataQuerySource
The DataQuerySource type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataQuerySource |
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 the unique query source ID
|
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
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 |
Gets the unique query source ID
|