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
Afficher le fichier Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

Private Methods

Méthode Description
CalculateJoinSemantic ( ) : JoinSemantics
ConvertValueStatementToSequenceStatement ( ) : SqlStatement

Method Details

Accept() public méthode

public Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
Résultat System.Linq.Expressions.Expression

ConvertToSqlTable() public méthode

public ConvertToSqlTable ( string uniqueIdentifier ) : SqlTable
uniqueIdentifier string
Résultat SqlTable

SqlSubStatementExpression() public méthode

public SqlSubStatementExpression ( SqlStatement sqlStatement ) : System
sqlStatement SqlStatement
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

VisitChildren() protected méthode

protected VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
Résultat System.Linq.Expressions.Expression