 | 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.4.1
Syntaxpublic override int RecordsAffected { get; }
Public Overrides ReadOnly Property RecordsAffected As Integer
Get
Property Value
Type:
Int32Return 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