Click or drag to resize

SphinxQLDataReaderRecordsAffected Property

Gets the number of rows changed, inserted, or deleted by execution of the SphinxQL statement.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override int RecordsAffected { get; }

Property Value

Type: Int32

Return Value

Type: Int32
The number of rows changed, inserted, or deleted. -1 for SELECT statements; 0 if no rows were affected or the statement failed.

Implements

IDataReaderRecordsAffected
See Also