Npgsql API Docs

NpgsqlDataReader.GetDecimal Method 

Gets the value of a column as Decimal.

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

Parameters

i
Missing <param> documentation for i

Return Value

Missing <returns> documentation for M:Npgsql.NpgsqlDataReader.GetDecimal(System.Int32)

Implements

IDataRecord.GetDecimal

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlDataReader.GetDecimal(System.Int32)

See Also

NpgsqlDataReader Class | Npgsql Namespace