Method Accept
| Improve this Doc View SourceAccept(DbExpressionVisitor)
Dispatches to the specific visit method for this node type.
Declaration
public abstract void Accept(DbExpressionVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
DbExpressionVisitor | visitor | The vistor. |
Accept<T>(DbExpressionVisitor<T>)
Dispatches to the specific visit method for this node type.
Declaration
public abstract T Accept<T>(DbExpressionVisitor<T> visitor)
Parameters
Type | Name | Description |
---|---|---|
DbExpressionVisitor<T> | visitor | The vistor. |
Returns
Type | Description |
---|---|
T | The visitor result. |
Type Parameters
Name | Description |
---|---|
T |