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

In This Topic
    GetDataTypeName Method (C1QuickBooksOnlineDataReader)
    In This Topic
    Gets a string representing the data type of the specified column.
    Syntax
    'Declaration
     
    Public Overridable Function GetDataTypeName( _
       ByVal ordinal As Integer _
    ) As String
    public virtual 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