C# Class CodeInsiders.SharpQL.Expressions.SingleExpSingleRowSelectStatementExpression

Inheritance: Expression
ファイルを表示 Open project: codeinsiders/sharpql

Public Methods

Method Description
Build ( SqlFragment parent, TSqlVisitor visitor ) : void
SingleExpSingleRowSelectStatementExpression ( SingleExprSingleRowSelectStatement selectStatement ) : System

Method Details

Build() public method

public Build ( SqlFragment parent, TSqlVisitor visitor ) : void
parent SqlFragment
visitor TSqlVisitor
return void

SingleExpSingleRowSelectStatementExpression() public method

public SingleExpSingleRowSelectStatementExpression ( SingleExprSingleRowSelectStatement selectStatement ) : System
selectStatement SingleExprSingleRowSelectStatement
return System