Npgsql Api Docs

NpgsqlDataReader.GetDecimal�Method�

Gets the value of a column as Decimal.

[Visual�Basic]
Overrides�Public�Function�GetDecimal( _
���ByVal i�As�Integer�_
)�As�Decimal�_
����Implements�IDataRecord.GetDecimal
[C#]
public�override�decimal�GetDecimal(
���inti
);

Implements

IDataRecord.GetDecimal

See Also

NpgsqlDataReader Class | Npgsql Namespace