MySQL Connector/Net |
MySqlDataReader..::.GetMySqlDecimal Method (Int32) |
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( int i ) |
Visual Basic (Declaration) |
---|
Public Function GetMySqlDecimal ( _ i As Integer _ ) As MySqlDecimal |
Visual C++ |
---|
public: MySqlDecimal GetMySqlDecimal( int i ) |
Parameters
- i
- Type: System..::.Int32