Click or drag to resize
QueryColumnListBaseColumns Property

There are three possible outputs.

Firstly NO_COLUMNS, there will be no column in query.

Secondly list of columns represented as string, without occurrence of NO_COLUMNS.

Finally Empty, that resolves to * in query.

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

Property Value

Type: String
See Also