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

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

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The data type of the specified column.
    See Also