C# 클래스 Dazzle.Operations.SelectOperationBuilder

Builds a Select operation into the QueryExecutionPlan by reading the ParseTreeNode.
상속: IOperationBuilder
파일 보기 프로젝트 열기: kellabyte/Dazzle.NET

공개 메소드들

메소드 설명
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