[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataReader.GetOrdinal

GetOrdinal Method

GetOrdinal(string)

Gets the column ordinal given the name of the column.

Declaration
public override int GetOrdinal(string name)
Parameters
Type Name Description
string name

The name of the column.

Returns
Type Description
int

The zero-based column ordinal.

Overrides