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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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