Click or drag to resize
DataQueryBaseTQueryDataSource Property
Data source that provides the query data. If not set, the query queries the database directly

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public DataQuerySource DataSource { get; set; }

Property Value

Type: DataQuerySource

Implements

IDataQueryDataSource
See Also