MySqlDataReader.GetDouble Method

MySQL Connector/Net

MySqlDataReaderGetDouble Method
Overload List
  Name Description
Public method GetDouble(Int32)
Gets the value of the specified column as a double-precision floating point number.
(Overrides DbDataReaderGetDouble(Int32).)
Public method GetDouble(String)
Gets the value of the specified column as a double-precision floating point number.
Top
See Also