Method Visit
| Improve this Doc View SourceVisit(DbTableClause)
Visits the DbTableClause.
Declaration
public abstract T Visit(DbTableClause table)
Parameters
Type | Name | Description |
---|---|---|
DbTableClause | table | The table clause. |
Returns
Type | Description |
---|---|
T | The result. |
Visit(DbSelectStatement)
Visits the DbSelectStatement.
Declaration
public abstract T Visit(DbSelectStatement select)
Parameters
Type | Name | Description |
---|---|---|
DbSelectStatement | select | The select statement. |
Returns
Type | Description |
---|---|
T | The result. |
Visit(DbJoinClause)
Visits the DbJoinClause.
Declaration
public abstract T Visit(DbJoinClause join)
Parameters
Type | Name | Description |
---|---|---|
DbJoinClause | join | The join clause. |
Returns
Type | Description |
---|---|
T | The result. |
Visit(DbUnionStatement)
Visits the DbUnionStatement.
Declaration
public abstract T Visit(DbUnionStatement union)
Parameters
Type | Name | Description |
---|---|---|
DbUnionStatement | union | The union statement. |
Returns
Type | Description |
---|---|
T | The result. |