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

In This Topic
    SupportOrderBy Method (C1KintoneCommand)
    In This Topic
    Virtual method to check whether or not orderby can be executed directly on the server pointed by the connection used by this command.
    Syntax
    'Declaration
     
    Protected Function SupportOrderBy( _
       ByVal orderby As IList(Of OrderbyColumn) _
    ) As Boolean
    protected 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