DbConnectorCommand.QueryMultipleAsync method

Executes the query, preparing to read multiple result sets.

public ValueTask<DbConnectorResultSets> QueryMultipleAsync(
    CancellationToken cancellationToken = default)

See Also