MySqlDataReader Properties

MySQL Connector/Net

The MySqlDataReader type exposes the following members.

Properties

  NameDescription
Depth
Gets a value indicating the depth of nesting for the current row. This method is not supported currently and always returns 0.
(Overrides DbDataReader..::.Depth.)
FieldCount
Gets the number of columns in the current row.
(Overrides DbDataReader..::.FieldCount.)
HasRows
Gets a value indicating whether the MySqlDataReader contains one or more rows.
(Overrides DbDataReader..::.HasRows.)
IsClosed
Gets a value indicating whether the data reader is closed.
(Overrides DbDataReader..::.IsClosed.)
ItemOverloaded.
RecordsAffected
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Overrides DbDataReader..::.RecordsAffected.)
VisibleFieldCount
Gets the number of fields in the DbDataReader that are not hidden.
(Inherited from DbDataReader.)

See Also