Is there any way to query a collection that's already loaded? For example, in LLBLGen, you can load a collection and then filter that collection using a procedure called "FindMatches". Is there anything similar in ES?
The reason I ask is because I am using Compact Framework, so I dont want to constantly have to reload a collection that gets filtered on the textchanged event of a control.
Edit: Forgot to mention that LLBLGens "FindMatches" returns the results as a List<int>, so it's nice and quick to find the matching results in the collection, without the collection itself being modified.
Current Projects:
iVirtualDocket | iWontRemember