mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 17:24:27 -05:00
use path to identify edit target (#1292)
* use path to identify edit target * async action * revert RequestContext change * comments * address comments * fix test
This commit is contained in:
@@ -25,5 +25,11 @@ namespace Microsoft.SqlTools.ServiceLayer.TableDesigner.Contracts
|
||||
public InputBoxProperties DefaultValue { get; set; } = new InputBoxProperties();
|
||||
|
||||
public CheckBoxProperties IsPrimaryKey { get; set; } = new CheckBoxProperties();
|
||||
|
||||
public CheckBoxProperties IsIdentity { get; set; } = new CheckBoxProperties();
|
||||
|
||||
public InputBoxProperties IdentitySeed { get; set; } = new InputBoxProperties();
|
||||
|
||||
public InputBoxProperties IdentityIncrement { get; set; } = new InputBoxProperties();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user