C# 클래스 Remotion.Linq.SqlBackend.SqlStatementModel.SqlStatement

SqlStatement represents a SQL database query. The QueryModel is translated to this model, and the SqlStatement is transformed several times until it can easily be translated to SQL text.
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 메소드들

메소드 설명
CreateExpression ( ) : Expression
Equals ( object obj ) : bool
GetHashCode ( ) : int
SqlStatement ( IStreamedDataInfo dataInfo, Expression selectProjection, IEnumerable sqlTables, Expression whereCondition, Expression groupByExpression, IEnumerable orderings, Expression topExpression, bool isDistinctQuery, Expression rowNumberSelector, Expression currentRowNumberOffset ) : System
ToString ( ) : string

메소드 상세

CreateExpression() 공개 메소드

public CreateExpression ( ) : Expression
리턴 System.Linq.Expressions.Expression

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SqlStatement() 공개 메소드

public SqlStatement ( IStreamedDataInfo dataInfo, Expression selectProjection, IEnumerable sqlTables, Expression whereCondition, Expression groupByExpression, IEnumerable orderings, Expression topExpression, bool isDistinctQuery, Expression rowNumberSelector, Expression currentRowNumberOffset ) : System
dataInfo IStreamedDataInfo
selectProjection System.Linq.Expressions.Expression
sqlTables IEnumerable
whereCondition System.Linq.Expressions.Expression
groupByExpression System.Linq.Expressions.Expression
orderings IEnumerable
topExpression System.Linq.Expressions.Expression
isDistinctQuery bool
rowNumberSelector System.Linq.Expressions.Expression
currentRowNumberOffset System.Linq.Expressions.Expression
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string