Find specific table in .dbml
LINQ
3
Posts
2
Posters
5
Views
1
Watching
-
I am using a semi large .dbml. When trying to replace a table, it is sometimes difficult to find the table. Is there an easy way in VS2010 to find the table using the Linq-to-SQL editor?
-
I am using a semi large .dbml. When trying to replace a table, it is sometimes difficult to find the table. Is there an easy way in VS2010 to find the table using the Linq-to-SQL editor?
-
Open the .dbml file and open properties window.At the top of properties window you can see a dropdownlist.If we select the table name which we want then it would directly navigate to the table in .dbml file
THANK YOU!!! Will be very helpful when making changes in the future.