Click or drag to resize
QueryColumnListBase Methods

The QueryColumnListBase type exposes the following members.

Methods
  NameDescription
Protected methodAddToList
Adds the given column to the column list
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 an explicitly defined column from the columns collection
Public methodReplaceColumn
Replaces the column with a given name with the new column definition
Public methodResolveColumns
Resolves all columns into the given class columns
Public methodToString
Gets a string representation of the column list
(Overrides ObjectToString.)
Top
Extension Methods
See Also