DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineCommand Class / SupportWhere Method
The IExpression where clause to check if can be executed directly on the QuickBooksOnline server.

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

    Parameters

    where
    The IExpression where clause to check if can be executed directly on the QuickBooksOnline server.

    Return Value

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