| QueryColumnListBase Methods | 
The QueryColumnListBase type exposes the following members.
 Methods
Methods| 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.) | 
 Extension Methods
Extension Methods| 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.) | 
 See Also
See Also