Let\'s assume that I have two classes:
class person { int ID string name Address address } class address { int ID string street string co
What is not clear?
You have to split it and then use:
Expression.Property(Expression.Property(param, "address"), "street")