Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.PredicatesPredicateExtension

PredicateExtension
Extension methods for Predicate (and its specializations).
Inheritance Hierarchy
Object
PredicateExtension

Assembly: Epic.Query

Declaration Syntax
C#
public static class PredicateExtension
Members
All MembersMethods    



MemberDescription
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.
blog comments powered by Disqus