DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineDataReader Class / GetValue Method
The zero-based column ordinal.

In This Topic
    GetValue Method (C1QuickBooksOnlineDataReader)
    In This Topic
    Gets the value of the specified column as an instance of System.Object.
    Syntax
    'Declaration
     
    Public Overridable Function GetValue( _
       ByVal ordinal As Integer _
    ) As Object
    public virtual object GetValue( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The value of the specified column.
    See Also