Click or drag to resize

featurePropertiesfiltering_MaxOrClauses Property

The maximum number of OR clauses allowed in a single filter. The current default is 5,000. Excessive OR clauses in a query can overwhelm the DBMS.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int filtering_MaxOrClauses { get; }

Property Value

Type: Int32
The maximum number of OR clauses allowed in a single filter. The current default is 5,000. Excessive OR clauses in a query can overwhelm the DBMS.
See Also