







![]() ![]() |
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.8.4.0
Syntax
C# |
---|
public MySqlDecimal GetMySqlDecimal( string column ) |
Visual Basic |
---|
Public Function GetMySqlDecimal ( _ column As String _ ) As MySqlDecimal |
Visual C++ |
---|
public: MySqlDecimal GetMySqlDecimal( String^ column ) |
Parameters
- column
- Type: System..::..String