MySqlDataReader.GetDecimal Method

MySQL Connector/Net

MySqlDataReaderGetDecimal Method
Overload List
  Name Description
Public method GetDecimal(Int32)
Gets the value of the specified column as a Decimal object.
(Overrides DbDataReaderGetDecimal(Int32).)
Public method GetDecimal(String)
Gets the value of the specified column as a Decimal object.
Top
See Also