Click or drag to resize
IDataAccessAdapterFetchDataReaderAsync Method
Overload List
  NameDescription
Public methodFetchDataReaderAsync(CommandBehavior, QueryParameters, CancellationToken)
Async variant of FetchDataReader(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 in progress, the command is wired to the transaction.
Public methodFetchDataReaderAsync(IRetrievalQuery, CommandBehavior, CancellationToken)
Async variant of FetchDataReader(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 in progress, the command is wired to the transaction.
Top
See Also