Click or drag to resize
DataQueryBaseTQueryGetDataFromDataSource Method
Executes the current query over data source and returns it's results as a DataSet.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
protected virtual DataSet GetDataFromDataSource()

Return Value

Type: DataSet
See Also