Advanced.Data.Provider Documentation

AdpDataReader.GetDecimal Method 

[This is preliminary documentation and subject to change.]

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

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

Parameters

i
The index of the field to find.

Return Value

The fixed-position numeric value of the specified field.

Implements

IDataRecord.GetDecimal

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace