Name | Description | |
---|---|---|
CacheData | Determines whether the data stored in the current cursor position of the DB2DataReader object is to be cached. | |
Depth | Overridden. Gets a value indicating the depth of nesting for the current row. | |
EndOfData | Overridden. Indicates whether the DB2DataReader has been read completely. | |
FieldCount | Overridden. Gets the number of columns in the current row. | |
HasRows | Overridden. Gets a value indicating whether the DB2DataReader contains one or more rows. | |
IsClosed | Overridden. Indicates whether the DB2DataReader is closed. | |
Item | Overloaded. Gets the value of the specified column in its native format given the column name. (Inherited from Devart.Common.DbDataReaderBase) | |
RecordsAffected | Overridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. | |
VisibleFieldCount | Overridden. Gets the number of columns in the current row. |