API Reference
Interface
IExcelQueryExecutionHost
Caller-provided query executor. OfficeIMO does not include network or database providers.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Methods
public abstract Task<ExcelQueryExecutionResult> ExecuteAsync(ExcelQueryExecutionRequest request, CancellationToken cancellationToken) #Returns:
Task<ExcelQueryExecutionResult>Executes a query and returns a bounded, lazily enumerable tabular result.
Parameters
- request OfficeIMO.Excel.ExcelQueryExecutionRequest
- cancellationToken System.Threading.CancellationToken