Click or drag to resize
SphinxQLCommandExecuteNonQuery Method
Executes a SphinxQL statement against a connection object.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override int ExecuteNonQuery()

Return Value

Type: Int32
The number of rows affected by the statement.

Implements

IDbCommandExecuteNonQuery
Exceptions
ExceptionCondition
InvalidOperationException There is no connection associated with this command or the connection is closed.
SphinxQLException
See Also