mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-24 01:25:42 -05:00
Adding more top operations columns and fixing some column values (#1571)
* Adding more rules for prop * adding top operations to ep * Reverting changes made to display cost * Fixing comments * Removing whitespace * Fixing data size property * Adding const keys, fixing to table data, adding more info * Removing undeclared prop
This commit is contained in:
@@ -8565,11 +8565,11 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string EstimatedAverageRowSize
|
||||
public static string AverageRowSize
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.EstimatedAverageRowSize);
|
||||
return Keys.GetString(Keys.AverageRowSize);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13076,7 +13076,7 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string EstimatedIO = "EstimatedIO";
|
||||
|
||||
|
||||
public const string EstimatedAverageRowSize = "EstimatedAverageRowSize";
|
||||
public const string AverageRowSize = "AverageRowSize";
|
||||
|
||||
|
||||
public const string ActualDataSize = "ActualDataSize";
|
||||
|
||||
Reference in New Issue
Block a user