Hi all,
I'm using LLBLGen for a decent time now. At my customer we mainly use lose DataTables to e.g. bind behind webcontrols. So we mainly make seperate TypedLists with the desired fields in it.
For another project, we are planning to use DataSets, which houses multiple tables and relationships. This is giving me some issues: Is their a way to retrieve a DataSet, consisting of multiple Entities? I was planning to make TypedLists for each Entity, so I can combine DataTables in our DataLayer, but I find this very un-professional. Maybe there is a quick way to convert EntityCollections into DataTables?
I'm looking forward to any answers/tips in this matter
Bart