DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineCommand Class / SupportColumnExpression Method

In This Topic
    SupportColumnExpression Method (C1QuickBooksOnlineCommand)
    In This Topic
    To check whether or not selectStatement can be executed directly on the QuickBooksOnline server considering the selected column expressions.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportColumnExpression( _
       ByVal selectStatement As SelectStatement _
    ) As Boolean
    protected override bool SupportColumnExpression( 
       SelectStatement selectStatement
    )

    Parameters

    selectStatement

    Return Value

    A boolean indicating if the selectStatement clause can be executed directly on the QuickBooksOnline server.
    See Also