Is there a way to populate an strongly typed object when the structure isn't known?

Posted by Zac Harlan on Stack Overflow See other posts from Stack Overflow or by Zac Harlan
Published on 2010-04-22T16:35:49Z Indexed on 2010/04/22 16:53 UTC
Read the original article Hit count: 370

i'd like to be able to query any number of databases with different table layouts, return a datatable then use that datatable to build a strongly typed object. Is there anything out there that does this or comes close without having to code for each different table layout?

Thank you in advance!

Zac

© Stack Overflow or respective owner

Related posts about datatable

Related posts about .NET