[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.SupportOrderBy

SupportOrderBy Method

SupportOrderBy(IList<OrderbyColumn>)

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

Declaration
protected virtual 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.