mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-10 02:02:37 -05:00
Add flag so that full column schema is only fetched with EditData queries. (#615)
This commit is contained in:
@@ -19,5 +19,10 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.ExecuteReques
|
||||
/// Execution plan options
|
||||
/// </summary>
|
||||
public ExecutionPlanOptions ExecutionPlanOptions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Flag to get full column schema via additional queries.
|
||||
/// </summary>
|
||||
public bool GetFullColumnSchema { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user