ISortExpression Interface |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The ISortExpression type exposes the following members.
Name | Description | |
---|---|---|
Count |
The amount of items currently stored in the ISortExpression
| |
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
|
Name | Description | |
---|---|---|
Add |
Adds the passed in sort clause to the list.
| |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
Insert |
Inserts the passed in sort clause at the index provided.
| |
ReadXml |
Deserializes the object data on the xml reader into this instance
| |
Remove |
Removes the given sort clause from the list.
| |
ToQueryText |
Retrieves a ready to use text representation for the sort clauses contained in this expression.
| |
ToQueryText(Boolean) |
Retrieves a ready to use text representation for the sort clauses contained in this expression.
| |
WriteXml |
Serializes the object as xml to the writer specified.
|
Name | Description | |
---|---|---|
IsEmpty |
Determines whether the specified sortexpression is empty. A null passed in is also considered empty.
(Defined by ORMClassExtensions.) | |
ThenBy |
Appends an ISortClause to an existing ISortExpression
(Defined by SortClauseProducers.) |