dotConnect for BigCommerce Documentation
Devart.Common Namespace / DbDataReaderBase Class / GetOrdinal Method
The name of the column.

On this page
    GetOrdinal Method
    On this page
    Gets the column ordinal, given the name of the column.
    Syntax
    'Declaration
     
    Public Overrides Function GetOrdinal( _
       ByVal name As String _
    ) As Integer
    public override int GetOrdinal( 
       string name
    )

    Parameters

    name
    The name of the column.

    Return Value

    The zero-based column ordinal.
    See Also