C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / GetChar Method
The zero-based column ordinal.

In This Topic
GetChar Method (C1DataReader)
In This Topic
Gets the value of the specified column as a single character.
Syntax
'Declaration
 
Public Overridable Function GetChar( _
   ByVal ordinal As Integer _
) As Char
 

Parameters

ordinal
The zero-based column ordinal.

Return Value

The value of the specified column.
See Also