Share via


DataProvider.GetFloat Method

Returns data for the specified column with the given type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Function GetFloat ( _
    i As Integer _
) As Single
'Usage
Dim instance As DataProvider
Dim i As Integer
Dim returnValue As Single

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

Parameters

Return Value

Type: System.Single
A data for the specified column.

Implements

IDataRecord.GetFloat(Int32)