[]
        
(Showing Draft Content)

C1.AdoNet.OData.C1ODataCommand.SupportOrderBy

SupportOrderBy Method

SupportOrderBy(IList<OrderbyColumn>)

Checks whether the passed orderBy can or cannot be executed on the server.

Declaration
protected override bool SupportOrderBy(IList<OrderbyColumn> orderBy)
Parameters
Type Name Description
IList<OrderbyColumn> orderBy

The ORDER BY clause to be checked.

Returns
Type Description
bool

A boolean indicating if the passed orderBy can be executed.

Overrides