C# Class GraphView.RemoveSchemanameInIdentifersVisitor

When a table in the FROM clause is not given an alias, this table will be assigned its table name as its alias, and all references with schema name corresponding to this table should be replaced with the assigned alias by removing the schema name since it is invalid to have a schema identifier before an alias.
Inheritance: WSqlFragmentVisitor
ファイルを表示 Open project: Microsoft/GraphView Class Usage Examples

Public Methods

Method Description
Visit ( WColumnReferenceExpression node ) : void
Visit ( GraphView.WSelectStarExpression node ) : void

Method Details

Visit() public method

public Visit ( WColumnReferenceExpression node ) : void
node WColumnReferenceExpression
return void

Visit() public method

public Visit ( GraphView.WSelectStarExpression node ) : void
node GraphView.WSelectStarExpression
return void