I try to dynamically read the property values based on the text naming of these properties. This simply works for nested classes.
But if there is a nested collection class, I would like to be able to select an item using a dynamic linq. Unfortunately, whi...