Click or drag to resize
MemoryDataQuerySource Class
Data query source as DataSet
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
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