DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneDataReader Class / GetOrdinal Method
The name of the column.

In This Topic
    GetOrdinal Method (C1KintoneDataReader)
    In This Topic
    Gets the column ordinal given the name of the column.
    Syntax
    'Declaration
     
    Public Overridable Function GetOrdinal( _
       ByVal name As String _
    ) As Integer
    public virtual int GetOrdinal( 
       string name
    )

    Parameters

    name
    The name of the column.

    Return Value

    The zero-based column ordinal.
    See Also