MySqlDataReader.Item Property

MySQL Connector/Net

MySqlDataReaderItem Property
Overload List
  Name Description
Public property 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.)
Public property 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.)
Top
See Also