Property | Type | Description | |
---|---|---|---|
NestedCriteria |
Method | Description | |
---|---|---|
CriteriaExpression ( |
Used when nesting another criteria.
|
|
CriteriaExpression ( |
Used when nesting another criteria.
|
|
Invert ( ) : IExpression |
Produces an expression that is the exact opposite of this expression. The new expression should exclude everything this one includes, and include everything this one excludes.
|
public CriteriaExpression ( |
||
crit | Another whole criteria to be a nested expression. /// May not be null. | |
return | System |
public CriteriaExpression ( |
||
crit | Another whole criteria to be a nested expression. /// May not be null. | |
trueOrNot | bool | True means look for matches (I.E. ==), /// false means look for non-matches (I.E. !=) |
return | System |