[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetDataTypeName

GetDataTypeName Method

GetDataTypeName(int)

Gets a string representing the data type of the specified column.

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

The zero-based ordinal position of the column to find.

Returns
Type Description
string

The string representing the data type of the specified column.

Overrides