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