Click or drag to resize
MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectWithCoupledColumns Method
Ensures that coupled columns will be included in the results.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public TQuery WithCoupledColumns(
	bool include = true
)

Parameters

include (Optional)
Type: SystemBoolean
Indicates if coupled columns should be included

Return Value

Type: TQuery
See Also