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