DaoBaseGetAsDataReaderAsync Method |
Name | Description | |
---|---|---|
GetAsDataReaderAsync(ITransaction, IRetrievalQuery, CommandBehavior, CancellationToken) |
Async variant of GetAsDataReader(ITransaction, IRetrievalQuery, CommandBehavior).
Executes the passed in retrievalquery and returns an open, ready to use IDataReader. The datareader's command behavior is set to the
readerBehavior passed in. If a transaction is specified, the command is wired to the transaction.
| |
GetAsDataReaderAsync(ITransaction, CommandBehavior, QueryParameters, CancellationToken) |
Async variant of GetAsDataReader(ITransaction, CommandBehavior, QueryParameters).
Creates a new Retrieval query from the elements passed in and executes that retrievalquery to return an open, ready to use IDataReader.
The datareader's command behavior is set to the readerBehavior passed in. If a transaction is specified, the command is wired to the transaction.
|