Property | Accessor | Description |
Depth | get | The depth of nesting for the current row. This data provider always returns a depth of zero to indicate no nesting of tables. |
FieldCount | get | The number of columns in the current row. |
HasRows | get | Returns true if the data reader contains one or more rows. Returns false if the data reader contains zero rows. |
IsClosed | get | A true/false indicator as to whether the data reader is closed. |
Item | get | Gets the column value in its native format for a given column name or column ordinal. This property is the C# indexer for the IngresDataReader class. |
RecordsAffected | get | The number of rows updated, inserted, or deleted by execution of the SQL statement. -1 is returned for SELECT statements. |