Dynamically loading database schema information in .NET
Posted
by Nigel
on Stack Overflow
See other posts from Stack Overflow
or by Nigel
Published on 2010-04-07T15:39:57Z
Indexed on
2010/04/07
15:43 UTC
Read the original article
Hit count: 394
I am building a .NET application that given a connection string, at run time, needs to be able to retrieve information from the corresponding database schema, such as available columns, datatypes, and whether they are nullable.
What is the best way to accomplish this? Has anyone done anything like this before?
Many thanks, Nigel.
© Stack Overflow or respective owner