Issue 1020: $select fails when Queryable has PageSize.
LimitResults uses the original IQueryable element type which could be
different as $select and $expand result in
IQueryable<SelectExpandWrapper<T>>.
↧