IExpression Methods
A base interface for expression node.Name | Description |
---|---|
Build |
Appends the expression string to the specified String |
Build |
Appends the expression string to the specified String |
Visit |
Calls the visitor delegate on the expression. |
See Also