Can I retrieve full database structure using its connection string as collection of tables, its columns, relationships, etc?
Can I modify database using these objects?
Edit: Database - MS SQL Server. I need to be able to retrieve and edit database tables, column names, types, etc in code.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||||
|
|
You can try DbConnection.GetSchema() , see here for a little tutorial. |
|||
|
|