GetChar method

Description

Gets the value of the specified column as a character.

Syntax

char GetChar( int ordinal )

Parameters

ordinal: An ordinal number indicating the column from which the value is obtained. The numbering is zero-based.

Return value

Gets the value of the column.

Implements

IDataRecord.GetChar

Usage

See also

“IsDBNull method”.