GetChar Method (C1DataReaderBase)
In This Topic
Gets the value of the specified column as a single character.
Syntax
'Declaration
Public Overrides Function GetChar( _
ByVal As Integer _
) As Char
public override char GetChar(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.
See Also