MapperCloneFlags Enumeration |
Namespace: NetQuarry.Data
Member name | Value | Description | |
---|---|---|---|
OmitFilters | 1 | Do not clone the current filters when cloning the mapper. Note that when this option is used the mapper will NOT be requeried automatically. | |
FilterOnSelectedKeys | 2 | Filter the clone on the selected keys in the original mapper. | |
NoRequery | 4 | Do not requery the clone. Normally the clone is requeried if and only if OmitFilters is NOT specified. | |
NoFlavorCopy | 8 | Do not copy the flavors from the source mapper. | |
OmitSort | 16 | Do not clone the current sort when cloning the mapper. | |
IncludeGrouping | 32 | Include grouping in the current sort when cloning the mapper. Ignored if OmitSort is set. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.