I really like LLBLGen, but had an idea...
I'd like to be able to quickly build a DataTable formatted to receive entities of my choosing. Using GetMultiAsDataTable does that but also fills the table with data. I did try calling with (null, 0, null), but 0 max-records means load all records. Might be nice to have either a new method to create the empty, but formatted DataTable, or perhaps a -1 max-record would mean "no records". Hmm, could create a filter that doesn't match any records, but...
Thanks for your efforts and attention,
Bill