Hi. I was wondering if anyone has any advice on how to generate a ReadOnlyList object with strongly typed inner list objects from just a stored procedure. We are converting a lot of CSLA 1.2 objects to 4.0 and many of them are ReadOnlyLists based on a proc that may join a few tables together.
One way I see to do it would be to put the results of a proc call into a permanent table, then generate the business object from that table and indicate that I want to use a stored proc in the generator UI. Or just create the business objects manually. I'm hoping there is a third option -- any help is appreciated!
Craig