MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectWithCoupledColumns Method (Boolean) |
Ensures that coupled columns will be included in the results.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public TQuery WithCoupledColumns(
bool include = true
)
Parameters
- include (Optional)
- Type: SystemBoolean
Indicates if coupled columns should be included
Return Value
Type:
TQuerySee Also