MySQL Connector/Net
MySqlDataReader Properties |
The MySqlDataReader type exposes the following members.

Name | Description | |
---|---|---|
![]() |
Depth |
Gets a value indicating the depth of nesting for the current row. This method is not
supported currently and always returns 0.
(Overrides DbDataReaderDepth.) |
![]() |
FieldCount |
Gets the number of columns in the current row.
(Overrides DbDataReaderFieldCount.) |
![]() |
HasRows |
Gets a value indicating whether the MySqlDataReader contains one or more rows.
(Overrides DbDataReaderHasRows.) |
![]() |
IsClosed |
Gets a value indicating whether the data reader is closed.
(Overrides DbDataReaderIsClosed.) |
![]() |
ItemInt32 |
Overloaded. Gets the value of a column in its native format.
In C#, this property is the indexer for the MySqlDataReader class.
(Overrides DbDataReaderItemInt32.) |
![]() |
ItemString |
Gets the value of a column in its native format.
[C#] In C#, this property is the indexer for the MySqlDataReader class.
(Overrides DbDataReaderItemString.) |
![]() |
RecordsAffected |
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Overrides DbDataReaderRecordsAffected.) |
![]() |
VisibleFieldCount | (Inherited from DbDataReader.) |
