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