C# Class CodeInsiders.SharpQL.Predicates.NotInSingleExprSelectStatementPredicate

Inheritance: InPredicate
Mostrar archivo Open project: codeinsiders/sharpql

Public Methods

Method Description
Build ( SqlFragment parent, TSqlVisitor visitor ) : void
NotInSingleExprSelectStatementPredicate ( Expression expression, SingleExprSelectStatement singleExpressionSelectStatement ) : System

Method Details

Build() public method

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

NotInSingleExprSelectStatementPredicate() public method

public NotInSingleExprSelectStatementPredicate ( Expression expression, SingleExprSelectStatement singleExpressionSelectStatement ) : System
expression Expression
singleExpressionSelectStatement SingleExprSelectStatement
return System