IfxDataReader public properties
The following table shows the public properties of the IfxDataReader class.
| Property | Type | Description |
|---|---|---|
| Depth | System.Int32 | Always returns 0. |
| FieldCount | System.Int32 | Gets the number of columns in the current row. |
| IsClosed | System.Boolean | Gets a value indicating whether the IfxDataReader object is closed. |
| RecordsAffected | System.Int32 | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
| VisibleFieldCount | System.Int32 | Gets the number of fields in the DbDataReader that are not hidden. |