Click or drag to resize
MultiQueryBaseTQuery, TInnerQuerySelectResultColumnsList Property
List of columns to use for results, by default returns all columns defined in the inner queries. Example: "DocumentName, DocumentID"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public QueryColumnList SelectResultColumnsList { get; set; }

Property Value

Type: QueryColumnList

Implements

IMultiQuerySelectResultColumnsList
See Also