 | SphinxQLCommandExecuteNonQuery Method |
Executes a SphinxQL statement against a connection object.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override int ExecuteNonQuery()
Public Overrides Function ExecuteNonQuery As Integer
Return Value
Int32
The number of rows affected by the statement.
A task representing the asynchronous operation.
Implements
IDbCommandExecuteNonQuery
Exceptions
See Also