MySqlDataReader.GetByte Method

MySQL Connector/Net

MySqlDataReaderGetByte Method
Overload List
  Name Description
Public method GetByte(Int32)
Gets the value of the specified column as a byte.
(Overrides DbDataReaderGetByte(Int32).)
Public method GetByte(String)
Gets the value of the specified column as a byte.
Top
See Also