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

In This Topic
    SupportOrderBy Method (C1QuickBooksOnlineCommand)
    In This Topic
    To check whether or not orderby can be executed directly on the QuickBooksOnline server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportOrderBy( _
       ByVal orderby As IList(Of OrderbyColumn) _
    ) As Boolean
    protected override bool SupportOrderBy( 
       IList<OrderbyColumn> orderby
    )

    Parameters

    orderby
    The OrderBy clause to check if can be executed directly on the server.

    Return Value

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