Sphinx QLCommandExecute Scalar Async Method
Overload List
| ExecuteScalarAsync | An asynchronous version of ExecuteScalar, which executes the command and returns the first column of the first row in the first returned result set. All other columns, rows and result sets are ignored. Invokes ExecuteScalarAsync(CancellationToken) with CancellationToken.None. |
| ExecuteScalarAsync(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. |