Is there a way to get the type of a property of an XPO Object.
Example : my class is User
with properties User_name and User_age.
I want to get the type of the User_name which is string
in that case,
and User_age which is int
.
How can I get this information with code?