 | SphinxQLCommandExecuteScalar Method |
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.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic override Object ExecuteScalar()
Public Overrides Function ExecuteScalar As Object
Return Value
Type:
Object
The first column of the first row in the result set.
Implements
IDbCommandExecuteScalar
Exceptions
See Also