MemoryDataQuerySource Class |
Namespace: CMS.DataEngine
public class MemoryDataQuerySource : DataQuerySource
The MemoryDataQuerySource type exposes the following members.
Name | Description | |
---|---|---|
![]() | MemoryDataQuerySource(DataSet) |
Constructor
|
![]() | MemoryDataQuerySource(FuncDataSet) |
Constructor
|
Name | Description | |
---|---|---|
![]() | ConnectionStringName |
Connection string name
(Inherited from DataQuerySource.) |
![]() | DataSourceName |
Data source identifier.
(Overrides DataQuerySourceDataSourceName.) |
![]() | GetSourceData |
Function to dynamically get the source data at the given moment
|
![]() | SourceData |
Source data
|
Name | Description | |
---|---|---|
![]() | GetConnectionStringName |
Gets the connection string name
(Inherited from DataQuerySource.) |
![]() | GetCount |
Returns the number of rows in the result queried by this data source if GetData is called with the same parameters
(Overrides DataQuerySourceGetCount(DataQuerySourceParameters).) |
![]() | GetData |
Executes the query
(Overrides DataQuerySourceGetData(DataQuerySourceParameters).) |
![]() | GetDataSourceName |
Gets data source identifier.
(Overrides DataQuerySourceGetDataSourceName.) |