Public Function GetChar( _ ByVal columnIndex As Integer _ ) As Char
Dim instance As BaseReader Dim columnIndex As Integer Dim value As Char value = instance.GetChar(columnIndex)
public char GetChar( int columnIndex )
public: char GetChar( int columnIndex )
Parameters
- columnIndex
- Index of the column.
Return Value
System.Char.