dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2DataReader Class

DB2DataReader Class Properties

For a list of all members of this type, see DB2DataReader members.

Public Properties
 NameDescription
Public PropertyDetermines whether the data stored in the current cursor position of the DB2DataReader object is to be cached.  
Public PropertyOverridden. Gets a value indicating the depth of nesting for the current row.  
Public PropertyOverridden. Indicates whether the DB2DataReader has been read completely.  
Public PropertyOverridden. Gets the number of columns in the current row.  
Public PropertyOverridden. Gets a value indicating whether the DB2DataReader contains one or more rows.  
Public PropertyOverridden. Indicates whether the DB2DataReader is closed.  
Public PropertyOverloaded. Gets the value of the specified column in its native format given the column name. (Inherited from Devart.Common.DbDataReaderBase)
Public PropertyOverridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.  
Public PropertyOverridden. Gets the number of columns in the current row.  
Top
See Also