DisableServerSideFiltering
Specifies whether to disable server-side filtering in queries.
Data Type
bool
Default Value
false
Remarks
Set this property to true to disable server-side filtering. When disabled, all filtering is performed client-side by the provider.
By default, this property is set to false, and the provider attempts to push filters to the server for all supported columns and tables.
This property is useful when server-side filtering is insufficient or unsupported for complex queries, and a complete dataset is required for accurate client-side processing.