MySqlDataReader.GetChar Method

MySQL Connector/Net

MySqlDataReaderGetChar Method
Overload List
  Name Description
Public method GetChar(Int32)
Gets the value of the specified column as a single character.
(Overrides DbDataReaderGetChar(Int32).)
Public method GetChar(String)
Gets the value of the specified column as a single character.
Top
See Also