Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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