Click or drag to resize
OrderByColumnList Methods

The OrderByColumnList type exposes the following members.

Methods
  NameDescription
Protected methodAddToList
Adds the given column to the column list
(Inherited from QueryColumnListBase.)
Public methodClear
Clears the list of columns
(Inherited from QueryColumnListBase.)
Public methodClone
Clones the column list
(Inherited from QueryColumnListBase.)
Public methodEnsureAllColumns
Ensures all columns flag if the list is empty
(Inherited from QueryColumnListBase.)
Public methodEquals
Returns true if the object equals to another
(Inherited from QueryColumnListBase.)
Public methodGetColumns
Gets list of columns represented as string
(Inherited from QueryColumnListBase.)
Public methodGetEnumerator
Gets the enumerator for the columns
(Inherited from QueryColumnListBase.)
Public methodGetHashCode
Gets the object hash code
(Inherited from QueryColumnListBase.)
Protected methodChanged
Marks the list as changed and flushes all necessary caches
(Inherited from QueryColumnListBase.)
Public methodRemove
Removes an explicitly defined column from the columns collection
(Inherited from QueryColumnListBase.)
Public methodReplaceColumn
Replaces the column with a given name with the new column definition
(Inherited from QueryColumnListBase.)
Public methodResolveColumns
Resolves all columns into the given class columns
(Inherited from QueryColumnListBase.)
Public methodToString
Gets a string representation of the column list
(Inherited from QueryColumnListBase.)
Top
See Also