| SortExpression Properties | 
The SortExpression type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Capacity | 
            Returns the capacity of the collection
             | 
|  | Count | 
            Returns the number of elements in this path
             | 
|  | DatabaseSpecificCreator | 
            Object which will be used to create valid parameter objects, field names, including prefix/postfix characters, 
            and conversion routines, and field names, including prefix/postfix characters. 
            Uses the strategy pattern so the generic code can work with more than one target database.
             | 
|  | Item | 
            Indexer for this list.
             | 
|  | Parameters | 
            The list of parameters created when the sortexpression was translated to text usable in a query. Only valid after a succesful call to ToQueryText
             | 
 Explicit Interface Implementations
Explicit Interface Implementations| Name | Description | |
|---|---|---|
|   | IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. | 
|   | IListIsReadOnly | Gets a value indicating whether the IList is read-only. | 
|   | ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). | 
|   | IListItem | Gets or sets the element at the specified index. | 
|   | ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. | 
 See Also
See Also