Npgsql API Documentation

NpgsqlDataReader.GetDecimal Method 

[This is preliminary documentation and subject to change.]

Gets the value of a column converted to Decimal.

[Visual Basic]
NotOverridable Public Function GetDecimal( _
   ByVal i As Integer _
) As Decimal Implements _
   IDataRecord.GetDecimal
[C#]
public decimal GetDecimal(
   int i
);

Implements

IDataRecord.GetDecimal

See Also

NpgsqlDataReader Class | Npgsql Namespace