The properties of the MimerDataReader class are listed below. For a complete list of MimerDataReader class members, see the MimerDataReader Members topic.
Depth | Gets a value indicating the depth of nesting for the current row. |
FieldCount | Gets the number of columns in the current row. |
IsClosed | Indicates whether the MimerDataReader is closed. |
Item | Overloaded. 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 | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
MimerDataReader Class | Mimer.Data.Client Namespace