[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataReader.GetFieldType

GetFieldType Method

GetFieldType(int)

Gets the data type of the specified column.

Declaration
public override Type GetFieldType(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
Type

The data type of the specified column.

Overrides