mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Adding URN field to ObjectMetadata class (#450)
This commit is contained in:
@@ -30,5 +30,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Metadata.Contracts
|
|||||||
public string Schema { get; set; }
|
public string Schema { get; set; }
|
||||||
|
|
||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
|
|
||||||
|
public string Urn { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user