Is this possible?
Thanks!
Until you get the mapper worked out, is there a work around for this? I am nearly finished here and would like to wrap this project up today if possible.
You could use the Database Deployment Toolkit to create the structure that you want to use. Map your business object to that structure, then in your fill methods, simply refer to the view. This way the business object will be strong-typed to the view structure. I know this is more work, but it is an interim solution. Let me know if this will work for you.