C# Класс Dazzle.Operations.SelectOperationBuilder

Builds a Select operation into the QueryExecutionPlan by reading the ParseTreeNode.
Наследование: IOperationBuilder
Показать файл Открыть проект

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

Метод Описание
BuildOperation ( Stack scope, ParseTreeNode node, Dazzle.Query.QueryExecutionPlan plan ) : void

Build the current operation in the QueryExecutionPlan by reading the abstract syntax tree.

Описание методов

BuildOperation() публичный Метод

Build the current operation in the QueryExecutionPlan by reading the abstract syntax tree.
public BuildOperation ( Stack scope, ParseTreeNode node, Dazzle.Query.QueryExecutionPlan plan ) : void
scope Stack Scope of the current .
node ParseTreeNode Current in the abstract syntax tree.
plan Dazzle.Query.QueryExecutionPlan The current being built.
Результат void