Name | Description | |
---|---|---|
![]() ![]() | EmptyString | Returns a reference to an ExpressionInfo object representing a constant empty string expression. |
The following tables list the members exposed by ExpressionInfo.
Name | Description | |
---|---|---|
![]() ![]() | EmptyString | Returns a reference to an ExpressionInfo object representing a constant empty string expression. |
Name | Description | |
---|---|---|
![]() | Expression | Gets the original expression string. |
![]() | IsConstant | Gets a value indicating whether the ExpressionInfo object represents a constant value. |
![]() | IsEmptyString | Get the value indicating if the expression represents an empty string. |
![]() | IsExpression | Gets a value indicating whether the ExpressionInfo object represents a dynamic expression. |
![]() | ResultType | Gets the expected data type of the expression evaluation result. |
Name | Description | |
---|---|---|
![]() | Children | Returns the subexpressions that make up the given expression. |
![]() | CompareTo | Compares this instance to a specified object and returns an integer that indicates their relationship to one another. |
![]() | Equals | Overloaded. Overloaded. Determines whether the specified ExpressionInfo object represents the same expression as this one. |
![]() ![]() | FromString | Creates an ExpressionInfo object from a string expression representation. |
![]() | GenerateExpressionString | Generates the expression string. |
![]() | GetHashCode | Serves as the default hash function. |
![]() ![]() | Parse | Overloaded. Parses the specified expression string and returns an ExpressionInfo object that represents the specified expression. |
![]() | ToString | Returns the string representation of this ExpressionInfo object. |
![]() | Validate | Checks if the expression contains any errors. |
![]() | Determines whether the two ExpressionInfo objects represent the same expression. |
![]() | Overloaded. Defines an operator that allows implicit conversion from an ExpressionInfo to a System.String. |
![]() | Determines whether the specified ExpressionInfo objects represent different expressions. |