Show / Hide Table of Contents

Method Visit

| Improve this Doc View Source

Visit(DbTableClause)

Visits the DbTableClause.

Declaration
public abstract void Visit(DbTableClause table)
Parameters
Type Name Description
DbTableClause table

The table clause.

| Improve this Doc View Source

Visit(DbSelectStatement)

Visits the DbSelectStatement.

Declaration
public abstract void Visit(DbSelectStatement select)
Parameters
Type Name Description
DbSelectStatement select

The select statement.

| Improve this Doc View Source

Visit(DbJoinClause)

Visits the DbJoinClause.

Declaration
public abstract void Visit(DbJoinClause join)
Parameters
Type Name Description
DbJoinClause join

The join clause.

| Improve this Doc View Source

Visit(DbUnionStatement)

Visits the DbUnionStatement.

Declaration
public abstract void Visit(DbUnionStatement union)
Parameters
Type Name Description
DbUnionStatement union

The union statement.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest