vote up 0 vote down star

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?

flag

63% accept rate

2 Answers

vote up 2 vote down

This question sounds similar.

link|flag
vote up 0 vote down

I don't have an answer... but a question: why? Personally I try to move code from DataSet to POCO... usually via ORM tools.

Serious question: what is it that you want that DataSet offers that POCOs don't offer?

link|flag
Reporting tools (like crystal) like to bind to datasets. – broccliman Oct 20 '08 at 21:11
Some do... some don't... I seem to recall binding RDL to an object graph, for example. – Marc Gravell Oct 21 '08 at 7:38

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.