MySQL Connector/Net |
MySqlDataReader..::.GetMySqlDecimal Method (String) |
MySqlDataReader Class See Also Send Feedback |
Namespace:
MySql.Data.MySqlClient
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
C# |
---|
public MySqlDecimal GetMySqlDecimal( string column ) |
Visual Basic (Declaration) |
---|
Public Function GetMySqlDecimal ( _ column As String _ ) As MySqlDecimal |
Visual C++ |
---|
public: MySqlDecimal GetMySqlDecimal( String^ column ) |
Parameters
- column
- Type: System..::.String