AmoDataReader.GetDecimal(Int32) Method

Definition

Gets the fixed-position numeric value of the specified field.

public decimal GetDecimal (int ordinal);
abstract member GetDecimal : int -> decimal
override this.GetDecimal : int -> decimal
Public Function GetDecimal (ordinal As Integer) As Decimal

Parameters

ordinal
Int32

The ordinal of the field to find.

Returns

The fixed-position numeric value of the specified field.

Implements

Applies to