'Declaration Public Overloads Function GetMySqlDecimal( _ ByVal i As Integer _ ) As MySqlDecimal
public MySqlDecimal GetMySqlDecimal( int i )
Parameters
- i
- The zero-based column ordinal.
Return Value
The value of the specified column as a MySqlDecimal object.