MySqlDataReader.GetMySqlDecimal Method (Int32)

MySQL Connector/Net

MySqlDataReaderGetMySqlDecimal Method (Int32)

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public MySqlDecimal GetMySqlDecimal(
	int i
)
Public Function GetMySqlDecimal ( 
	i As Integer
) As MySqlDecimal
public:
MySqlDecimal GetMySqlDecimal(
	int i
)
member GetMySqlDecimal : 
        i : int -> MySqlDecimal 

Parameters

i
Type: SystemInt32

Return Value

Type: MySqlDecimal
See Also