SaveFilterOptions Enumeration |
Namespace: NetQuarry.Data
Member name![]() | Value![]() | Description | |
---|---|---|---|
OmitParentKey | 1 | 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. | |
UseLongDesc | 2 | Build the description using the mapper's filters' long descriptions (vs. short descriptions). | |
AugmentDesc | 4 | Any explicitly provided filter description should be augmented with the mapper-generated filter description if one is available. | |
PageElementSpecific | 8 | This filter is specific to the current PageElementInfo. This is generally required for datasheet filters created for specific IConsoleTemplate panes. |