Hello,
I am trying to use DataProjectorToCustomClass to project data read from my tables onto my own classes. My question is how to handle nested data. I have classes nested several levels deep. Each class contains a List<t> to hold the children. The use of List<t> is up for debate as well. Maybe there's a better structure?
Is there a way to do a deep read and then project the results onto my deep class structure? Assuming not, how would you suggest I work around this limitation?
Thank you,
Rick
Using v2.6 Adapter