Click or drag to resize

SphinxQLDataReaderReadAsync Method

Overload List
  NameDescription
Public methodReadAsync
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.)
Public methodReadAsync(CancellationToken)
Asynchronously advances the reader to the next record in a result set.
(Overrides DbDataReaderReadAsync(CancellationToken).)
Top
See Also