dotConnect for BigCommerce Documentation
Devart.Common Namespace / DbDataReaderBase Class / GetChar Method / GetChar(String) Method
The name of the column.

In This Topic
    GetChar(String) Method
    In This Topic
    Gets the value of the specified column as a single character.
    Syntax
    'Declaration
     
    Public Overloads Function GetChar( _
       ByVal name As String _
    ) As Char
    public char GetChar( 
       string name
    )

    Parameters

    name
    The name of the column.

    Return Value

    The value of the specified column.
    See Also