Sphinx QLData ReaderRecords Affected Property
Gets the number of rows changed, inserted, or deleted by execution of the SphinxQL statement.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The number of rows changed, inserted, or deleted. -1 for SELECT statements; 0 if no rows were affected or the statement failed.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override int RecordsAffected { get; }VB
Public Overrides ReadOnly Property RecordsAffected As Integer
GetProperty Value
Int32Return Value
Int32The number of rows changed, inserted, or deleted. -1 for SELECT statements; 0 if no rows were affected or the statement failed.