Name | Description | |
---|---|---|
![]() | CurrentRecord | Gets position of the record that will be read next from the current result in data reader. |
![]() | CurrentResult | Gets or sets the number of the current result in data reader. |
![]() | Depth | Gets a value indicating the depth of nesting for the current row. (Inherited from Devart.Common.DbDataReaderBase) |
![]() | EndOfData | Overridden. Indicates whether the MySqlDataReader has been read completely. |
![]() | FieldCount | Overridden. Gets the number of columns in the current row. |
![]() | HasRows | Overridden. Gets a value indicating whether the MySqlDataReader contains one or more rows. |
![]() | IsClosed | Gets a value indicating whether the data reader is closed. (Inherited from Devart.Common.DbDataReaderBase) |
![]() | Item | Overloaded. Gets the value of the specified column in its native format given the column name. (Inherited from Devart.Common.DbDataReaderBase) |
![]() | RecordCount | Gets the number of rows retrieved from the server for the current result in data reader. |
![]() | RecordsAffected | Overridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
![]() | ResultCount | Gets the number of results in data reader. |
![]() | VisibleFieldCount | (Inherited from System.Data.Common.DbDataReader) |