[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVCommand.SupportOrderBy

SupportOrderBy Method

SupportOrderBy(IList<OrderbyColumn>)

To check whether or not orderby can be executed directly on the CSV server.

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

The GroupBy clause to check if can be executed directly on the CSV server.

Returns
Type Description
bool

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

Overrides