Click or drag to resize

SaveFilterOptions Enumeration

Options used with the FilterSave command.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum SaveFilterOptions
Members
  Member nameValueDescription
OmitParentKey1 The filter should not include any parent key. Typically used when creating a filter from a subform that should be usable in the same subform, but under different parent records.
UseLongDesc2 Build the description using the mapper's filters' long descriptions (vs. short descriptions).
AugmentDesc4 Any explicitly provided filter description should be augmented with the mapper-generated filter description if one is available.
PageElementSpecific8 This filter is specific to the current PageElementInfo. This is generally required for datasheet filters created for specific IConsoleTemplate panes.
See Also