Reaching sql database diagram by using smo?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, How can I reach database relation diagram of sql by using smo? I want to learn parent key table of any column if that column is foreign key. Forexample, in northwind database, in products table, there is categoryid column. This column is related to id in Category table. I want to find this. Best Regards THANKS