MySqlDataReader.GetFloat Method

MySQL Connector/Net

MySqlDataReaderGetFloat Method
Overload List
  Name Description
Public method GetFloat(Int32)
Gets the value of the specified column as a single-precision floating point number.
(Overrides DbDataReaderGetFloat(Int32).)
Public method GetFloat(String)
Gets the value of the specified column as a single-precision floating point number.
Top
See Also