The following tables list the members exposed by ExpressionInfo.
| Name | Description | |
|---|---|---|
![]() | Expression | The original expression. |
![]() | IsConstant | Gets a Boolean value indicating whether the ExpressionInfo object contains only constant values. |
![]() | ResultType | The expected data type of the expression result. |
| Name | Description | |
|---|---|---|
![]() | CompareTo | |
![]() | Equals | Overloaded. Overridden. |
![]() | GetHashCode | Overridden. Generates a unique HashCode for this expression. |
![]() ![]() | Parse | Parses the specified expression string and returns an ExpressionInfo object that represents the specified expression. |
![]() | ToString | Overridden. Returns the string representation of this object suitable for RDL output. |
Equality | Determines whether the two ExpressionInfo objects represent the same expression. |
Implicit Type Conversion | Overloaded. |
Inequality | Determines whether the specified ExpressionInfo objects represent different expressions. |


