.net - Retrieve database structure -
this question has answer here:
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
Post a Comment