Hi. Is there any way how to work with complex types in asp.net dynamic data web site?
If we have Entity(ie from EF) "Person" with complex type "Address", "Table.GetScaffoldColumns()" does not returns comlumns for property of type "Address".
Thank you.