C# Class GraphView.MatchClauseVisitor

The visitor that puts the MATCH clause back to the SELECT query block
Inheritance: WSqlFragmentVisitor
Afficher le fichier Open project: Microsoft/GraphView Class Usage Examples

Méthodes publiques

Méthode Description
Invoke ( WSqlFragment node, IList &errors ) : void
Visit ( GraphView.WSelectQueryBlock node ) : void

Method Details

Invoke() public méthode

public Invoke ( WSqlFragment node, IList &errors ) : void
node WSqlFragment
errors IList
Résultat void

Visit() public méthode

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