DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DataReaderBase Class / GetDataTypeName Method
The zero-based ordinal position of the column to find.

In This Topic
    GetDataTypeName Method (C1DataReaderBase)
    In This Topic
    Gets a string representing the data type of the specified column.
    Syntax
    'Declaration
     
    Public Overrides Function GetDataTypeName( _
       ByVal ordinal As Integer _
    ) As String
    public override string GetDataTypeName( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based ordinal position of the column to find.

    Return Value

    The string representing the data type of the specified column.
    See Also