IncludeCoupledDataEnum Enumeration |
Namespace: CMS.DocumentEngine
public enum IncludeCoupledDataEnum
Member name | Value | Description | |
---|---|---|---|
Complete | 0 | Coupled data columns are included in the result as well as in the inner queries to be able to use them as part of the where conditions. | |
InnerQueryOnly | 1 | Coupled data columns are included only in the inner queries to be able to use them as part of the where conditions. | |
None | 2 | Coupled data columns are not included in the query at all. |
Copyright (c) 2019 Kentico Software