QueryColumnListBaseNoColumns Property |
Indicates whether list represents an empty list with no columns,
no matter already existing columns or columns added after
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool NoColumns { get; protected set; }
Property Value
Type:
BooleanRemarks
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