Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a column to the list. |
![]() | AddRange | Adds the elements of a column array to the end of the SortedColumnList collection. |
![]() | Clear | Removes all columns from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific column exists in the list. |
![]() | IndexOf | Searches for the specified Column object and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Overloaded. Inserts a column into the list at the specified index. |
![]() | Remove | Removes the column from the list. |
![]() | RemoveAt | Removes the column from the list at the specified index. |
![]() | ToString | Retrieves an SQL query-like string representing the OrderBy clause. |