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

In This Topic
    SupportOrderBy Method (C1CommandBase)
    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 Overridable Function SupportOrderBy( _
       ByVal orderby As IList(Of OrderbyColumn) _
    ) As Boolean
    protected virtual 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