I have a POCO
object that goes 4 levels deep contained objects (like Invoice
has line items that have taxes that have gl entries), and I want to turn the entire thing into a DataSet
. So there would be 4 tables, each with constraints being applied to the parent table.
Does anyone know of something that would automated this?