[]
Collection of SortExpression objects.
public class SortExpressionCollection : OwnedCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| SortExpressionCollection(ICollectionOwner) | Initializes a new instance of the SortExpressionCollection class. |
| Name | Description |
|---|---|
| this[int] | Gets or sets the element at the specified index. |
| Name | Description |
|---|---|
| Add(SortExpression) | Adds a SortExpression object to the current collection. |
| Add(string) | Adds an ascending SortExpression specified by the expression text to the current collection. |
| Add(string, SortDirectionEnum) | Adds a SortExpression specified by the expression text and sort direction to the current collection. |