I see all sorts of examples that don't fit my scenario.
I don't know how I got my LINQ to work to load up an Index View of all the rows.
But now I want to filter the rows. I can hardcode a WHERE clause that will do this. However I need to dynamically buil...