MySqlDataReader.GetBoolean Method

MySQL Connector/Net

MySqlDataReaderGetBoolean Method
Overload List
  Name Description
Public method GetBoolean(Int32)
Gets the value of the specified column as a Boolean.
(Overrides DbDataReaderGetBoolean(Int32).)
Public method GetBoolean(String)
Gets the value of the specified column as a Boolean.
Top
See Also