Click or drag to resize
QueryColumnListBaseNoColumns Property
Indicates whether list represents an empty list with no columns, no matter already existing columns or columns added after

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool NoColumns { get; protected set; }

Property Value

Type: Boolean
Remarks
If NO_COLUMNS is explicitly added into an empty list, then this property is true and query does not return any columns only string representation of NO_COLUMNS.
See Also