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

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

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The name of the specified column.
    See Also