QueryColumnListBase Methods |
The QueryColumnListBase type exposes the following members.
Name | Description | |
---|---|---|
AddInternal |
Adds the given column to the column list
| |
AddUniqueInternal |
Adds the given column to the column list, only if not already present
| |
Changed |
Marks the list as changed and flushes all necessary caches
| |
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.) | |
Remove |
Removes one explicitly defined column by Name from the columns collection
| |
RemoveAll |
Removes explicitly defined columns by Name from the columns collection
| |
ReplaceColumn |
Replaces the column with a given name with the new column definition
| |
ToString |
Gets a string representation of the column list
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
BatchIQueryColumn |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |