We're wrapping existing Oracle procs using LLBLGen and then transferring the results from the Dataset into a business object in a DAO class. Is there a way to do this besides using the returned Datasets? Can I get a datareader back to read through?
In v2 we've implemented this feature indeed: fetch a datareader and do whatever you want with it, including projecting it directly on classes of your choice.
Please check the beta-bits of v2 in the customer area -> Betas section.