DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineDataReader Class / GetName Method
The zero-based column ordinal.

In This Topic
    GetName Method (C1QuickBooksOnlineDataReader)
    In This Topic
    Gets the name of the column, given the zero-based column ordinal.
    Syntax
    'Declaration
     
    Public Overridable Function GetName( _
       ByVal ordinal As Integer _
    ) As String
    public virtual string GetName( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The name of the specified column.
    See Also