GetName Method (C1QuickBooksOnlineDataReader)
Gets the name of the column, given the zero-based column ordinal.
'Declaration
Public Overridable Function GetName( _
ByVal As Integer _
) As String
public virtual string GetName(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The name of the specified column.