MySQL Connector/Net
| MySqlDataReaderItem Property |
Overload List
| 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.) |
See Also