C# 클래스 CqlSharp.Linq.Expressions.SelectStatementExpression

Represents a select query
상속: System.Linq.Expressions.Expression
파일 보기 프로젝트 열기: reuzel/CqlSharp 1 사용 예제들

공개 메소드들

메소드 설명
SelectStatementExpression ( Type type, SelectClauseExpression selectClause, string tableName, IList whereClause, IList orderBy, int limit, bool allowFiltering ) : System

보호된 메소드들

메소드 설명
Accept ( ExpressionVisitor visitor ) : Expression
VisitChildren ( ExpressionVisitor visitor ) : Expression

메소드 상세

Accept() 보호된 메소드

protected Accept ( ExpressionVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionVisitor
리턴 System.Linq.Expressions.Expression

SelectStatementExpression() 공개 메소드

public SelectStatementExpression ( Type type, SelectClauseExpression selectClause, string tableName, IList whereClause, IList orderBy, int limit, bool allowFiltering ) : System
type System.Type
selectClause SelectClauseExpression
tableName string
whereClause IList
orderBy IList
limit int
allowFiltering bool
리턴 System

VisitChildren() 보호된 메소드

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