Example #1
0
 public ProjectedSelectQuery(IProjectedSelectQueryExecutor executor, SelectQuery <TBase> baseSelectQuery, Expression <Func <TBase, TProjection> > projectionExpression)
 {
     this.executor             = executor;
     this.BaseSelectQuery      = baseSelectQuery;
     this.ProjectionExpression = projectionExpression;
 }