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
Afficher le fichier Open project: Microsoft/GraphView Class Usage Examples

Méthodes publiques

Méthode Description
Visit ( WColumnReferenceExpression node ) : void
Visit ( GraphView.WSelectStarExpression node ) : void

Method Details

Visit() public méthode

public Visit ( WColumnReferenceExpression node ) : void
node WColumnReferenceExpression
Résultat void

Visit() public méthode

public Visit ( GraphView.WSelectStarExpression node ) : void
node GraphView.WSelectStarExpression
Résultat void