Represents a predicate expression.
| C# | Visual Basic |
public sealed class PredicateExpression : QueryExpression<PredicateExpression>
Public NotInheritable Class PredicateExpression _ Inherits QueryExpression(Of PredicateExpression)
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PredicateExpression(IdentifierExpression, RelationalOperator) |
Initializes a new instance of the PredicateExpression class.
| |
| Equals(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()()().) | |
| LiteralExpressions |
Gets a collection of LiteralExpression objects denoting
the right hand side of this predicate expression.
| |
| ToString()()() | (Overrides Object.ToString()()().) |
| Object | |||
| QueryExpression | |||
| QueryExpression<(Of <(PredicateExpression>)>) | |||
| PredicateExpression | |||