NpgsqlDataReader.GetDecimal�Method�
Gets the value of a column as Decimal.
[Visual�Basic]
Overrides�Public�Function�GetDecimal( _
���ByVal
i�As�
Integer�_
)�As�
Decimal�_
[C#]
public�override�
decimal�GetDecimal(
���
int�
i);
Implements
IDataRecord.GetDecimal
See Also
NpgsqlDataReader Class | Npgsql Namespace