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

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

    Parameters

    joinStatement

    Return Value

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