| QueryColumnList Properties |
The QueryColumnList type exposes the following members.
| Name | Description | |
|---|---|---|
| AnyColumnsDefined |
Returns true if any columns are defined within this column list
(Inherited from QueryColumnListBase.) | |
| Columns |
List of columns represented as string
(Inherited from QueryColumnListBase.) | |
| Count |
Returns the number of defined columns
(Inherited from QueryColumnListBase.) | |
| IncludeAllColumns |
If true, all columns are included together with any explicitly specified columns
(Inherited from QueryColumnListBase.) | |
| IsSingleColumn |
Returns true if the columns represent a single column
(Inherited from QueryColumnListBase.) | |
| Item |
Returns column on specific index
(Inherited from QueryColumnListBase.) | |
| NoColumns |
If true, the list represents an empty list with no columns
(Inherited from QueryColumnListBase.) | |
| Parent |
Parent query for the column list
(Inherited from QueryColumnListBase.) | |
| PresentColumns |
Gets the hash set of present columns for duplicity detection
(Inherited from QueryColumnListBase.) | |
| ReturnsAllColumns |
Returns true if the columns contain all columns specification or columns do not contain definition of any columns
(Inherited from QueryColumnListBase.) |