.net - Retrieve database structure -


can retrieve full database structure using connection string collection of tables, columns, relationships, etc?
can modify database using these objects?
edit: database - ms sql server. need able retrieve , edit database tables, column names, types, etc in code.

you can try dbconnection.getschema() , see here little tutorial.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -