Click or drag to resize

ShadowAttrs Enumeration

This field is using a ShadowColumn and these attributes specify how that ShadowColumn is to be used.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ShadowAttrs
Members
  Member nameValueDescription
NoShadowSort1Do not use the ShadowColumn for sorting.
RelaxedFiltering2The filtering should include items matching EITHER the referencing field's normal filtering AND/OR its ShadowColumn filtering.
FilterAndSortOnly4The shadow column should only be used as a sort of alias for sorting and filtering and is ignored when saving data (SimpleAlias).
See Also