
Andrzej asks Is there a way to dynamically state by which property do I want to filter/sort/unique? ppl.FilterBy(City, “Tokio”).FilterBy(LastName,”Smith”).Unique(FirstName) Without doing select case James Brown corrected my response by saying: You should be able to write a generic filter function in your custom collection class based around CallByName from the object class. Of course he’s […]