Click or drag to resize

SavedFilterApplyOptions Enumeration

Flags specifying the behavior of how a saved filter is applied to a mapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum SavedFilterApplyOptions
Members
  Member nameValueDescription
IncludePreFilter1The Pre-filter is added to the mapper filters collection when the saved filter is applied.
PreFilterOnly2Only the Pre-filter is added to the mapper filters collection when the saved filter is applied.
See Also