mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
make the NodeTypeId nullable (#1972)
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.Nodes
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Enum defining the type of the node - for example Server, Database, Folder, Table
|
/// Enum defining the type of the node - for example Server, Database, Folder, Table
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public NodeTypes NodeTypeId { get; set; }
|
public NodeTypes? NodeTypeId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Node Sub type - for example a key can have type as "Key" and sub type as "PrimaryKey"
|
/// Node Sub type - for example a key can have type as "Key" and sub type as "PrimaryKey"
|
||||||
|
|||||||
Reference in New Issue
Block a user