Table of Contents

Method ExecuteQuery

Namespace
DocWright.Reporting.Data
Assembly
DocWright.Reporting.dll

ExecuteQuery(ReportDataQuery, CancellationToken)

Runs one dataset's query.

public abstract ReportDataReader? ExecuteQuery(ReportDataQuery query, CancellationToken cancellationToken)

Parameters

query ReportDataQuery

The dataset, its evaluated command text and its evaluated parameters.

cancellationToken CancellationToken

Cancels 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.