Add GroupName property to ConnectionOptions (#273)

This commit is contained in:
Karl Burtram
2017-03-08 18:20:43 -08:00
committed by GitHub
parent c0468e763f
commit 41a2564921
2 changed files with 7 additions and 11 deletions

View File

@@ -36,6 +36,8 @@ namespace Microsoft.SqlTools.Hosting.Contracts
public string Description {get; set; }
public string GroupName {get; set; }
/// <summary>
/// Type of the parameter. Can be either string, number, or category.
/// </summary>