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 | |
---|---|---|
![]() | 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 the unique query source ID
(Overrides DataQuerySourceGetDataSourceName.) |
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 | |
---|---|---|
![]() | ConnectionStringName |
Connection string name
(Inherited from DataQuerySource.) |
![]() | DataSourceName |
Gets the unique query source ID
(Inherited from DataQuerySource.) |
![]() | GetSourceData |
Function to dynamically get the source data at the given moment
|
![]() | SourceData |
Source data
|