[]
Gets the value of the specified column as a single character.
public override char GetChar(int ordinal)
Public Overrides Function GetChar(ordinal As Integer) As Char
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based column ordinal. |
| Type | Description |
|---|---|
| char | The value of the specified column. |