Click or drag to resize

SphinxQLDataReaderNextResultAsync Method

Overload List
  NameDescription
Public methodNextResultAsync
An asynchronous version of NextResult, which advances the reader to the next result when reading the results of a batch of statements.Invokes NextResultAsync(CancellationToken) with CancellationToken.None.
(Inherited from DbDataReader.)
Public methodCode exampleNextResultAsync(CancellationToken)
Asynchronously advances the reader to the next result when reading the results of multiple queries.
(Overrides DbDataReaderNextResultAsync(CancellationToken).)
Top
See Also