OrderByColumnList Methods |
The OrderByColumnList type exposes the following members.
Name | Description | |
---|---|---|
AddInternal |
Adds the given column to the column list
(Inherited from QueryColumnListBase.) | |
AddUniqueInternal |
Adds the given column to the column list, only if not already present
(Inherited from QueryColumnListBase.) | |
Changed |
Marks the list as changed and flushes all necessary caches
(Inherited from QueryColumnListBase.) | |
Clear |
Clears the list of columns
(Inherited from QueryColumnListBase.) | |
Clone |
Clones the column list
(Inherited from QueryColumnListBase.) | |
EnsureAllColumns |
Ensures all columns flag if the list is empty
(Inherited from QueryColumnListBase.) | |
Equals |
Returns true if the object equals to another
(Inherited from QueryColumnListBase.) | |
GetColumns |
Gets list of columns represented as string
(Inherited from QueryColumnListBase.) | |
GetEnumerator |
Gets the enumerator for the columns
(Inherited from QueryColumnListBase.) | |
GetHashCode |
Gets the object hash code
(Inherited from QueryColumnListBase.) | |
Remove |
Removes one explicitly defined column by Name from the columns collection
(Inherited from QueryColumnListBase.) | |
RemoveAll |
Removes explicitly defined columns by Name from the columns collection
(Inherited from QueryColumnListBase.) | |
ReplaceColumn |
Replaces the column with a given name with the new column definition
(Inherited from QueryColumnListBase.) | |
ToString |
Gets a string representation of the column list
(Inherited from QueryColumnListBase.) |