DbUpdatableDataRecord.GetFloat(Int32) Method

Definition

Retrieves the field value as a float.

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

Parameters

ordinal
Int32

The ordinal of the field.

Returns

The field value as a float.

Implements

Applies to