Advanced.Data.Provider Documentation

AdpDataReader.GetDouble Method 

[This is preliminary documentation and subject to change.]

Gets the double-precision floating point number of the specified field.

[Visual Basic]
NotOverridable Public Function GetDouble( _
   ByVal i As Integer _
) As Double Implements _
   IDataRecord.GetDouble
[C#]
public double GetDouble(
   int i
);

Parameters

i
The index of the field to find.

Return Value

The double-precision floating point number of the specified field.

Implements

IDataRecord.GetDouble

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace