mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-30 17:24:37 -05:00
Ensuring DisplayValue is set to a value when null (#292)
* Ensuring DisplayValue is set to a value when null * Changes that *actually do something!* * Changes that *actually do something!*
This commit is contained in:
@@ -205,6 +205,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string QueryServiceCellNull
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.QueryServiceCellNull);
|
||||
}
|
||||
}
|
||||
|
||||
public static string QueryServiceRequestsNoQuery
|
||||
{
|
||||
get
|
||||
@@ -1013,6 +1021,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string QueryServiceColumnNull = "QueryServiceColumnNull";
|
||||
|
||||
|
||||
public const string QueryServiceCellNull = "QueryServiceCellNull";
|
||||
|
||||
|
||||
public const string QueryServiceRequestsNoQuery = "QueryServiceRequestsNoQuery";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user