Click or drag to resize

ISpecificationT Methods

The ISpecificationT generic type exposes the following members.

Methods
  NameDescription
Public methodAnd
Creates an 'And' specification that can be used to combine two specifications and compare them using the '&&' operation.
Public methodInclude
Sets the include path that must be considered when using the specification.
Public methodOr
Creates an 'Or' specification that can be used to combine two specifications and compare them using the '||' operation.
Public methodOrderByTKey(ExpressionFuncT, TKey)
Specifies the way the sequence must be sorted. It used a default sort order of ascending.
Public methodOrderByTKey(ExpressionFuncT, TKey, SortOrder)
Specifies the way the sequence must be sorted.
Public methodOrderByDescendingTKey
Specifies the way the sequence must be sorted. It used a default sort order of descending.
Public methodSetMaximumResults
Sets the maximum number of records that must be retrieved using the specification.
Public methodVisit
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.
Top
See Also