The PredicateExpression type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PredicateExpression |
Initializes a new instance of the PredicateExpression class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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 | (Overrides Object..::.ToString()()().) |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|