The PredicateExpression type exposes the following members.

Constructors

  NameDescription
PredicateExpression
Initializes a new instance of the PredicateExpression class.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::.Equals(Object).)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::.GetHashCode()()().)
ToString
Returns a String that represents the current Object.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
IdentifierExpression
Gets the identifier expression denoting the left hand side of the predicate.
Operator
Gets the operator used in the predicate.
RhsExpressions
Gets a collection of QueryExpression objects denoting the right hand side of this predicate expression.

See Also