Fixed the issue with nodeType set to null for many sql objects in object explorer (#323)

* Fixed the issue with nodeType set to null for sql objects
This commit is contained in:
Leila Lali
2017-04-19 15:49:00 -07:00
committed by GitHub
parent 850cf8c3e4
commit 3fd4129488
7 changed files with 201 additions and 106 deletions

View File

@@ -18,7 +18,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.Nodes
ScalarValuedFunction,
TableValuedFunction,
AggregateFunction,
FileGroupInstance,
FileGroup,
StoredProcedure,
UserDefinedTableType,
View,