MySqlDataReader.GetString Method

MySQL Connector/Net

MySqlDataReaderGetString Method
Overload List
  Name Description
Public method GetString(Int32)
Gets the value of the specified column as a String object.
(Overrides DbDataReaderGetString(Int32).)
Public method GetString(String)
Gets the value of the specified column as a String object.
Top
See Also