Method ExecuteQuery
ExecuteQuery(ReportDataQuery, CancellationToken)
Runs one dataset's query.
public abstract ReportDataReader? ExecuteQuery(ReportDataQuery query, CancellationToken cancellationToken)
Parameters
queryReportDataQueryThe dataset, its evaluated command text and its evaluated parameters.
cancellationTokenCancellationTokenCancels the query; the processor also checks it between rows.
Returns
- ReportDataReader
A reader over the rows, which the processor disposes; or null when this provider has no data for the dataset, which the processor reports (
DXP9201) rather than treating as an empty dataset.