C# Class GraphView.MatchClauseVisitor

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

Public Methods

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

Method Details

Invoke() public method

public Invoke ( WSqlFragment node, IList &errors ) : void
node WSqlFragment
errors IList
return void

Visit() public method

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