GetChar Method (C1DataReader)
Gets the value of the specified column as a single character.
'Declaration
Public Overridable Function GetChar( _
ByVal As Integer _
) As Char
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.