Click or drag to resize
MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectWithCoupledColumns Method (IncludeCoupledDataEnum)
Defines how coupled columns will be included in the results.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public TQuery WithCoupledColumns(
	IncludeCoupledDataEnum type
)

Parameters

type
Type: CMS.DocumentEngineIncludeCoupledDataEnum
Type of the inclusion

Return Value

Type: TQuery
See Also