| 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: 10.0.0
 Syntax
Syntaxpublic bool NoColumns { get; protected set; }Property Value
Type: 
Boolean Remarks
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
See Also