Item Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Overload List

  Name Description
Public property Item[([( Int32])])
Overloaded. Gets the value of a column in its native format. In C#, this property is the indexer for the MySqlDataReader class.
(Overrides DbDataReader..::..Item[([( Int32])]) .)
Public property Item[([( String])])
Gets the value of a column in its native format. [C#] In C#, this property is the indexer for the MySqlDataReader class.
(Overrides DbDataReader..::..Item[([( String])]) .)

See Also