Sphinx |
The SphinxQLDataReader type exposes the following members.
| Name | Description | |
|---|---|---|
| Depth |
Gets a value indicating the depth of nesting for the current row. Always returns 0.
(Overrides DbDataReaderDepth) | |
| FieldCount |
Gets the number of columns in the current row.
(Overrides DbDataReaderFieldCount) | |
| HasRows |
Gets a value that indicates whether this SphinxQLDataReader contains one or more rows.
(Overrides DbDataReaderHasRows) | |
| IsClosed |
Gets a value indicating whether the SphinxQLDataReader is closed.
(Overrides DbDataReaderIsClosed) | |
| ItemInt32 |
Gets the Object with the specified ordinal.
(Overrides DbDataReaderItemInt32) | |
| ItemString |
Gets the Object with the specified name.
(Overrides DbDataReaderItemString) | |
| RecordsAffected |
Gets the number of rows changed, inserted, or deleted by execution of the SphinxQL statement.
(Overrides DbDataReaderRecordsAffected) | |
| VisibleFieldCount | Gets the number of fields in the DbDataReader that are not hidden. (Inherited from DbDataReader) |