C# 클래스 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.
상속: Remotion.Linq.Clauses.Expressions.ExtensionExpression
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
ConvertToSqlTable ( string uniqueIdentifier ) : SqlTable
SqlSubStatementExpression ( SqlStatement sqlStatement ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

비공개 메소드들

메소드 설명
CalculateJoinSemantic ( ) : JoinSemantics
ConvertValueStatementToSequenceStatement ( ) : SqlStatement

메소드 상세

Accept() 공개 메소드

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

ConvertToSqlTable() 공개 메소드

public ConvertToSqlTable ( string uniqueIdentifier ) : SqlTable
uniqueIdentifier string
리턴 SqlTable

SqlSubStatementExpression() 공개 메소드

public SqlSubStatementExpression ( SqlStatement sqlStatement ) : System
sqlStatement SqlStatement
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VisitChildren() 보호된 메소드

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