C# Class CqlSharp.Linq.Expressions.SelectStatementExpression

Represents a select query
Inheritance: System.Linq.Expressions.Expression
Afficher le fichier Open project: reuzel/CqlSharp Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Accept ( ExpressionVisitor visitor ) : Expression
VisitChildren ( ExpressionVisitor visitor ) : Expression

Method Details

Accept() protected méthode

protected Accept ( ExpressionVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionVisitor
Résultat System.Linq.Expressions.Expression

SelectStatementExpression() public méthode

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
Résultat System

VisitChildren() protected méthode

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