Click or drag to resize
SortExpression Properties

The SortExpression type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Returns the capacity of the collection
Public propertyCount
Returns the number of elements in this path
Public propertyDatabaseSpecificCreator
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.
Public propertyItem
Indexer for this list.
Public propertyParameters
The list of parameters created when the sortexpression was translated to text usable in a query. Only valid after a succesful call to ToQueryText
Top
Explicit Interface Implementations
See Also