C# Class Cucumber.SimpleDb.Linq.Structure.QueryExpression

Inheritance: SimpleDbExpression
Show file Open project: rexm/SimpleDb.Net Class Usage Examples

Public Methods

Method Description
QueryExpression ( SelectExpression select, Expression source, Expression where, IEnumerable orderBy, Expression limit, bool useConsistency ) : System

Method Details

QueryExpression() public method

public QueryExpression ( SelectExpression select, Expression source, Expression where, IEnumerable orderBy, Expression limit, bool useConsistency ) : System
select SelectExpression
source System.Linq.Expressions.Expression
where System.Linq.Expressions.Expression
orderBy IEnumerable
limit System.Linq.Expressions.Expression
useConsistency bool
return System