Grouping of tables in LINQPad
When I look at the WorldWideImporters database (Microsoft sample) in LINQPad, I see this:
![image](https://s22.postimg.cc/xblw6zgsx/2018-05-30_18_32_39-_LINQPad_5.png)
But in SQL Server Management Studio (v17.7), I see the same database displayed as follows:
![image](https://s22.postimg.cc/v8bgz3r81/2018-05-30_21_37_50-_Microsoft_SQL_Server_Management_Studio.png)
What is the capability/feature in LINQPad that imposes structure to the tables, grouping them under "Application", "DataLoadSimulation", etc, as shown?
Thank you.
![image](https://s22.postimg.cc/xblw6zgsx/2018-05-30_18_32_39-_LINQPad_5.png)
But in SQL Server Management Studio (v17.7), I see the same database displayed as follows:
![image](https://s22.postimg.cc/v8bgz3r81/2018-05-30_21_37_50-_Microsoft_SQL_Server_Management_Studio.png)
What is the capability/feature in LINQPad that imposes structure to the tables, grouping them under "Application", "DataLoadSimulation", etc, as shown?
Thank you.
Comments