Click or drag to resize

SphinxQLCommandExecuteScalarAsync Method

Overload List
  NameDescription
Public methodExecuteScalarAsync
An asynchronous version of ExecuteScalar, which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.Invokes ExecuteScalarAsync(CancellationToken) with CancellationToken.None.
(Inherited from DbCommand.)
Public methodExecuteScalarAsync(CancellationToken)
Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.
(Overrides DbCommandExecuteScalarAsync(CancellationToken).)
Top
See Also