C# 클래스 GraphView.MatchClauseVisitor

The visitor that puts the MATCH clause back to the SELECT query block
상속: WSqlFragmentVisitor
파일 보기 프로젝트 열기: Microsoft/GraphView 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( WSqlFragment node, IList &errors ) : void
Visit ( GraphView.WSelectQueryBlock node ) : void

메소드 상세

Invoke() 공개 메소드

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

Visit() 공개 메소드

public Visit ( GraphView.WSelectQueryBlock node ) : void
node GraphView.WSelectQueryBlock
리턴 void