ISpecificationT Methods |
The ISpecificationT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| And | Creates an 'And' specification that can be used to combine two specifications and compare them using the '&&' operation.
| |
| Include | Sets the include path that must be considered when using the specification. | |
| Or | Creates an 'Or' specification that can be used to combine two specifications and compare them using the '||' operation. | |
| OrderByTKey(ExpressionFuncT, TKey) | Specifies the way the sequence must be sorted. It used a default sort order of ascending. | |
| OrderByTKey(ExpressionFuncT, TKey, SortOrder) | Specifies the way the sequence must be sorted. | |
| OrderByDescendingTKey | Specifies the way the sequence must be sorted. It used a default sort order of descending. | |
| SetMaximumResults | Sets the maximum number of records that must be retrieved using the specification. | |
| Visit | Visits the specification and lets visitor convert the contents of the specification into an expression that can
be used to perform the actual filtering/selection. |