Click or drag to resize
QueryColumnListBase Methods

The QueryColumnListBase type exposes the following members.

Methods
  NameDescription
Protected methodAddInternal
Adds the given column to the column list
Protected methodAddUniqueInternal
Adds the given column to the column list, only if not already present
Public methodClear
Clears the list of columns
Public methodClone
Clones the column list
Public methodEnsureAllColumns
Ensures all columns flag if the list is empty
Public methodEquals
Returns true if the object equals to another
(Overrides ObjectEquals(Object).)
Public methodGetColumns
Gets list of columns represented as string
Public methodGetEnumerator
Gets the enumerator for the columns
Public methodGetHashCode
Gets the object hash code
(Overrides ObjectGetHashCode.)
Protected methodChanged
Marks the list as changed and flushes all necessary caches
Public methodRemove
Removes one explicitly defined column by Name from the columns collection
Public methodRemoveAll
Removes explicitly defined columns by Name from the columns collection
Public methodReplaceColumn
Replaces the column with a given name with the new column definition
Public methodToString
Gets a string representation of the column list
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodBatchIQueryColumn
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
Public Extension MethodToHashSetIQueryColumn
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
See Also