IDataRecord.GetDecimal(Int32) Metoda

Definice

Získá číselnou hodnotu s pevnou pozicí zadaného pole.

public:
 System::Decimal GetDecimal(int i);
public decimal GetDecimal (int i);
abstract member GetDecimal : int -> decimal
Public Function GetDecimal (i As Integer) As Decimal

Parametry

i
Int32

Index pole, které se má najít.

Návraty

Číselná hodnota zadaného pole s pevnou polohou.

Výjimky

Předaný index byl mimo rozsah 0 až FieldCount.

Platí pro