ServerSideOrderBy
Specifies whether the provider performs ORDER BY operations server-side.
Data Type
bool
Default Value
true
Remarks
This property determines whether the adapter pushes down sorting (ORDER BY clause) to the Sugar CRM API or handles ordering on the client.
When set to true (the default), ordering is performed by Sugar CRM. Having or creating indexes results in the best query performance. For more information, refer to the SugarCRM Indexes Documentation.
When set to false, the adapter requests the data from Sugar CRM and handles sorting on the client.