Name | Description | |
---|---|---|
Item | Gets the column at the specified index. |
The following tables list the members exposed by SortedColumnList.
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. |
Name | Description | |
---|---|---|
OnClear | Overridden. Performs additional custom processes when clearing the contents of the SortedColumnList instance. | |
OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the SortedColumnList instance. | |
OnInsert | Overridden. Performs additional custom processes before inserting a new element into the SortedColumnList instance. | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the SortedColumnList instance. | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the SortedColumnList instance. | |
OnSet | Overridden. Performs additional custom processes before setting a value in the SortedColumnList instance. | |
OnSetComplete | Overridden. Performs additional custom processes after setting a value in the SortedColumnList instance. | |
OnValidate | Overridden. Performs additional custom processes when validating a value. |