C# 클래스 GraphView.ReplaceEdgeReferenceVisitor

When an edge in the MATCH clause is not given an alias, this edge can still be referenced by the edge column name. During translation, an edge without an explicit alias will be assigned a default alias, and as a result, the edge column name must be replaced by the assigned alias.
상속: WSqlFragmentVisitor
파일 보기 프로젝트 열기: Microsoft/GraphView 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( WSqlFragment node, Dictionary edgeTableReferenceDict ) : void
Visit ( WColumnReferenceExpression node ) : void

메소드 상세

Invoke() 공개 메소드

public Invoke ( WSqlFragment node, Dictionary edgeTableReferenceDict ) : void
node WSqlFragment
edgeTableReferenceDict Dictionary
리턴 void

Visit() 공개 메소드

public Visit ( WColumnReferenceExpression node ) : void
node WColumnReferenceExpression
리턴 void