Click or drag to resize

SphinxQLDataReader Properties

The SphinxQLDataReader type exposes the following members.

Properties
 NameDescription
Public propertyDepth Gets a value indicating the depth of nesting for the current row. Always returns 0.
(Overrides DbDataReaderDepth)
Public propertyFieldCount Gets the number of columns in the current row.
(Overrides DbDataReaderFieldCount)
Public propertyHasRows Gets a value that indicates whether this SphinxQLDataReader contains one or more rows.
(Overrides DbDataReaderHasRows)
Public propertyIsClosed Gets a value indicating whether the SphinxQLDataReader is closed.
(Overrides DbDataReaderIsClosed)
Public propertyItemInt32 Gets the Object with the specified ordinal.
(Overrides DbDataReaderItemInt32)
Public propertyItemString Gets the Object with the specified name.
(Overrides DbDataReaderItemString)
Public propertyRecordsAffected Gets the number of rows changed, inserted, or deleted by execution of the SphinxQL statement.
(Overrides DbDataReaderRecordsAffected)
Public propertyVisibleFieldCountGets the number of fields in the DbDataReader that are not hidden.
(Inherited from DbDataReader)
Top
See Also