A collection of query clauses.
Add | Adds an element to the collection. |
Copy | Copy the collection |
InsertAt | Insert an element into the collection at the specified index |
RemoveAll | Remove all elements from the collection |
RemoveAt | Remove the element at the specified index from the collection. |