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: 12.0.0
Syntax
C#
QueryColumnList SelectResultColumnsList { get; set; }

Property Value

Type: QueryColumnList
See Also