C# Class CodeInsiders.SharpQL.ScalarSelectStatementExpression

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

Public Methods

Method Description
Build ( SqlFragment parent, TSqlVisitor visitor ) : void
ScalarSelectStatementExpression ( SingleExprSelectStatement selectStatement ) : System

Method Details

Build() public method

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

ScalarSelectStatementExpression() public method

public ScalarSelectStatementExpression ( SingleExprSelectStatement selectStatement ) : System
selectStatement SingleExprSelectStatement
return System