A sequence of logical ICriterions combined by some associative
logical operator.
The following tables list the members exposed by the Junction type.
Public Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an ICriterion to the list of ICriterions
to junction together.
| |
| GetTypedValues | (Overrides .GetTypedValues(ICriteria, ICriteriaQuery).) | |
| ToSqlString | (Overrides .ToSqlString(ICriteria, ICriteriaQuery, IDictionary).) | |
| ToString | (Overrides .ToString().) |
Protected Constructors
| Name | Description | |
|---|---|---|
| JunctionNew |
Protected Properties
| Name | Description | |
|---|---|---|
| EmptyExpression |
The SqlString corresponding to an instance with no added
subcriteria.
| |
| Op |
Get the Sql operator to put between multiple ICriterions.
|