Hi!
I'm quite new to LLBLGEN but it's a great product. My scenario is like this, we are about to develop a traditional application with three layers, DAL, BL and PL.
My friend developed an OR mapper a couple of years ago and for him the words, datatable, dataview and especially datasets are words of satan because he doesn't think database schemas is needed in the PL :-) His solution is more like hibernate, he uses reflection and at the end he returns arrays of objects. I downloaded the HnD application and noticed that they had a function converting EntityCollections to datatables which they returned to PL. My question is, is there a simple way of converting EntityCollections and Entites to arrays of object? How do you all communicate to the PL?
/Magnus