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: 6.0.0
Syntax
public override int RecordsAffected { get; }

Property Value

Int32

Return Value

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