'Declaration Public Overrides NotOverridable Function GetFloat( _ ByVal ordinal As Integer _ ) As Single
'Usage Dim instance As TdDataReader Dim ordinal As Integer Dim value As Single value = instance.GetFloat(ordinal)
Parameters
- ordinal
- Column ordinal (see TdDataReader.GetOrdinal).
Return Value
Returns the value of the specified field represented as a System.Float type.