Sphinx QLCommandExecute Non Query Method
Executes a SphinxQL statement against a connection object.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The number of rows affected by the statement.
A task representing the asynchronous operation.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override int ExecuteNonQuery()VB
Public Overrides Function ExecuteNonQuery As IntegerReturn Value
Int32The number of rows affected by the statement.
A task representing the asynchronous operation.
Implements
IDbCommandExecuteNonQueryExceptions
| InvalidOperationException | There is no connection associated with this command or the connection is closed. |
| SphinxQLException |