MySqlDataReader.Item Property
From MySQL Connector/Net
MySQL Connector/Net
| MySqlDataReaderItem Property |
| Name | Description | |
|---|---|---|
|
|
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.) |