C# Class CqlSharp.Linq.Expressions.SelectStatementExpression

Represents a select query
Inheritance: System.Linq.Expressions.Expression
显示文件 Open project: reuzel/CqlSharp Class Usage Examples

Public Methods

Method Description
SelectStatementExpression ( Type type, SelectClauseExpression selectClause, string tableName, IList whereClause, IList orderBy, int limit, bool allowFiltering ) : System

Protected Methods

Method Description
Accept ( ExpressionVisitor visitor ) : Expression
VisitChildren ( ExpressionVisitor visitor ) : Expression

Method Details

Accept() protected method

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

SelectStatementExpression() public method

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
return System

VisitChildren() protected method

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