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; }
ReadOnly Property filtering_MaxOrClauses As Integer
Get
Property Value
Type:
Int32The 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