dotConnect for Dynamics 365 Documentation
Devart.Data Namespace / SqlShimDataReader Class / GetChar Method / GetChar(Int32) Method
The zero-based column ordinal.

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

Parameters

ordinal
The zero-based column ordinal.

Return Value

The value of the specified column as a character.
See Also