Click or drag to resize
IMultiQuerySelectResultColumnsList 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: 8.2.23
Syntax
C#
QueryColumnList SelectResultColumnsList { get; set; }

Property Value

Type: QueryColumnList
See Also