C# Class Remotion.Linq.SqlBackend.SqlStatementModel.SqlSubStatementExpression

SqlSubStatementExpression represents a SQL database subquery. The QueryModel of the subquery is translated to this model, and the SqlSubStatementExpression is transformed several times until it can easily be translated to SQL text.
Inheritance: Remotion.Linq.Clauses.Expressions.ExtensionExpression
Mostra file Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Public Methods

Method Description
Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
ConvertToSqlTable ( string uniqueIdentifier ) : SqlTable
SqlSubStatementExpression ( SqlStatement sqlStatement ) : System
ToString ( ) : string

Protected Methods

Method Description
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

Private Methods

Method Description
CalculateJoinSemantic ( ) : JoinSemantics
ConvertValueStatementToSequenceStatement ( ) : SqlStatement

Method Details

Accept() public method

public Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
return System.Linq.Expressions.Expression

ConvertToSqlTable() public method

public ConvertToSqlTable ( string uniqueIdentifier ) : SqlTable
uniqueIdentifier string
return SqlTable

SqlSubStatementExpression() public method

public SqlSubStatementExpression ( SqlStatement sqlStatement ) : System
sqlStatement SqlStatement
return System

ToString() public method

public ToString ( ) : string
return string

VisitChildren() protected method

protected VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
return System.Linq.Expressions.Expression