Extension methods for Predicate (and its specializations).
Inheritance Hierarchy
Object | |
![]() | PredicateExtension |
Assembly: Epic.Query
Declaration Syntax
C# |
public static class PredicateExtension
Members
All Members | Methods | ||||
Member | Description | |
---|---|---|
![]() ![]() | And(Predicate, Predicate) |
Conjunges logically the specified predicate and other.
|
![]() ![]() | Equal(Scalar, Scalar) |
Produce an Equal(Scalar, Scalar) predicate for the specified scalars.
|
![]() ![]() | Greater(Scalar, Scalar) |
Produce an Greater(Scalar, Scalar) predicate for the specified scalar and other.
|
![]() ![]() | Less(Scalar, Scalar) |
Produce an Less(Scalar, Scalar) predicate for the specified scalar and other.
|
![]() ![]() | Not(Predicate) |
Negate the specified predicate.
|
![]() ![]() | Or(Predicate, Predicate) |
Disjunge logically the specified predicate and other.
|