DbUpdatableDataRecord.GetFloat(Int32) Method

Definition

Retrieves the field value as a float.

public override float GetFloat (int i);
override this.GetFloat : int -> single
Public Overrides Function GetFloat (i As Integer) As Single

Parameters

i
Int32

The ordinal of the field.

Returns

The field value as a float.

Implements

Applies to