| QueryColumnListBase Class |
Namespace: CMS.DataEngine
public abstract class QueryColumnListBase : IEnumerable<IQueryColumn>, IEnumerable
The QueryColumnListBase type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryColumnListBase |
Constructor
|
| 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
|
| Name | Description | |
|---|---|---|
| AddToList |
Adds the given column to the column list
| |
| Clear |
Clears the list of columns
| |
| Clone |
Clones the column list
| |
| EnsureAllColumns |
Ensures all columns flag if the list is empty
| |
| Equals |
Returns true if the object equals to another
(Overrides ObjectEquals(Object).) | |
| GetColumns |
Gets list of columns represented as string
| |
| GetEnumerator |
Gets the enumerator for the columns
| |
| GetHashCode |
Gets the object hash code
(Overrides ObjectGetHashCode.) | |
| Changed |
Marks the list as changed and flushes all necessary caches
| |
| Remove |
Removes an explicitly defined column from the columns collection
| |
| ReplaceColumn |
Replaces the column with a given name with the new column definition
| |
| ResolveColumns |
Resolves all columns into the given class columns
| |
| ToString |
Gets a string representation of the column list
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Compares two column lists
| |
| Inequality |
Compares two column lists
|
| Name | Description | |
|---|---|---|
| BatchIQueryColumn |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
| ToHashSetIQueryColumn |
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.) | |
| ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
| ToListIQueryColumn, TTo |
Converts the given collection to a list of values
(Defined by BaseExtensions.) | |
| ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |