SqlCeUpdatableRecord.GetFloat Method

Returns the value of the specified field as float.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Function GetFloat ( _
    ordinal As Integer _
) As Single
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Single

returnValue = instance.GetFloat(ordinal)
public float GetFloat(
    int ordinal
)
public:
virtual float GetFloat(
    int ordinal
) sealed
abstract GetFloat : 
        ordinal:int -> float32 
override GetFloat : 
        ordinal:int -> float32 
public final function GetFloat(
    ordinal : int
) : float

Parameters

  • ordinal
    Type: System.Int32
    The field from which to retrieve a value.

Return Value

Type: System.Single

Implements

IDataRecord.GetFloat(Int32)

See Also

Reference

SqlCeUpdatableRecord Class

System.Data.SqlServerCe Namespace