.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? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -