public override System.Data.DataSet Execute( ActiveLocalExecution execution, System.bool sortAndFilter, System.bool hasCartesianData )
Parameters
- execution
- Defaults to null
- sortAndFilter
- Set to true if the returned data set should be sorted and filtered by any in-memory sorts. Defaults to false.
- hasCartesianData
- Typically used when a report is requesting the execution of SQL, and the report contains a Cartesian product. Defaults to false
Return Value
A data set with the results of the query from the Data Source