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