'Declaration Public Overrides NotOverridable Function GetName( _ ByVal ordinal As Integer _ ) As String
'Usage Dim instance As TdDataReader Dim ordinal As Integer Dim value As String value = instance.GetName(ordinal)
Parameters
- ordinal
- Column ordinal (see TdDataReader.GetOrdinal).
Return Value
Returns the name of the specified column.