[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataReader.GetName

GetName Method

GetName(int)

Gets the name of the column, given the zero-based column ordinal.

Declaration
public override string GetName(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
string

The name of the specified column.

Overrides