[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetChar

GetChar Method

GetChar(int)

Gets the value of the specified column as a single character.

Declaration
public override char GetChar(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
char

The value of the specified column.

Overrides