Click or drag to resize
MemoryDataQuerySource Class
Data query source as DataSet
Inheritance Hierarchy
SystemObject
  CMS.DataEngineDataQuerySource
    CMS.DataEngineMemoryDataQuerySource

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public class MemoryDataQuerySource : DataQuerySource

The MemoryDataQuerySource type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConnectionStringName
Connection string name
(Inherited from DataQuerySource.)
Public propertyDataSourceName
Data source identifier.
(Overrides DataQuerySourceDataSourceName.)
Protected propertyGetSourceData
Function to dynamically get the source data at the given moment
Protected propertySourceData
Source data
Top
Methods
See Also