I need to wrap an IQueryable so that when the result is finally iterated I will have access to each element as it is returned.
IQueryable
To achieve this, I ha