Name | Description | |
---|---|---|
Depth | Overridden. Gets a value indicating the depth of nesting for the current row. | |
FieldCount | Overridden. Gets the number of columns in the current row. | |
HasRows | Overridden. Gets whether the MimerDataReader has any rows. | |
IsClosed | Overridden. Indicates whether the MimerDataReader is closed. | |
Item | Overloaded. Overridden. Gets the value of the specified column in its native format given the column name.
In C#, this property is the indexer for the MimerDataReader class. | |
RecordsAffected | Overridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. | |
VisibleFieldCount | (Inherited from System.Data.Common.DbDataReader) |