DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / GetFieldType Method
The zero-based column ordinal.

In This Topic
    GetFieldType Method (C1DataReader)
    In This Topic
    Gets the data type of the specified column.
    Syntax
    'Declaration
     
    Public Overrides Function GetFieldType( _
       ByVal ordinal As Integer _
    ) As Type
    public override Type GetFieldType( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The data type of the specified column.
    See Also