The Expression type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CompareTo |
Compares the value of this Expression to the value of another Expression.
|
|
|
Equals | (Inherited from Object.) |
|
|
Evaluate |
Returns the value of the Expression.
|
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the type of the current instance. (Inherited from Object.) |
|
|
Optimize |
Returns an equal or simpler (but equivalent) version of the Expression.
|
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
|
|
Implicit Widening Implicit Implicit Implicit (Expression to DateTime) |
Evaluates the expression and returns the result converted to a DateTime value.
|
|
|
Implicit Widening Implicit Implicit Implicit (Expression to Boolean) |
Evaluates the expression and returns the result converted to a Boolean value.
|
|
|
Implicit Widening Implicit Implicit Implicit (Expression to String) |
Evaluates the expression and returns the result converted to a string.
|
|
|
Implicit Widening Implicit Implicit Implicit (Expression to Double) |
Evaluates the expression and returns the result converted to a double.
|