Class QueryExecuteParams
Parameters for the query execute request
Inheritance
System.Object
QueryExecuteParams
Namespace:Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class QueryExecuteParams
Properties
| Improve this Doc View SourceOwnerUri
URI for the editor that is asking for the query execute
Declaration
public string OwnerUri { get; set; }
Type | Description |
---|---|
System.String |
QuerySelection
The selection from the document
Declaration
public SelectionData QuerySelection { get; set; }
Type | Description |
---|---|
SelectionData |