So far, I find Linq can be used on existing fields and properties of a class, not on virtual properties. In other words, ITypedList can not work with Linq, even by dynamic Linq....I tried the following code:... IQueryable contact ; ...
dynamic l =...