SphinxQLDataReaderReadAsync Method |
| Name | Description | |
|---|---|---|
| ReadAsync | An asynchronous version of Read, which advances the reader to the next record in a result set. This method invokes ReadAsync(CancellationToken) with CancellationToken.None. (Inherited from DbDataReader.) | |
| ReadAsync(CancellationToken) |
Asynchronously advances the reader to the next record in a result set.
(Overrides DbDataReaderReadAsync(CancellationToken).) |