SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

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 Source

OwnerUri

URI for the editor that is asking for the query execute

Declaration
public string OwnerUri { get; set; }
Type Description
System.String
| Improve this Doc View Source

QuerySelection

The selection from the document

Declaration
public SelectionData QuerySelection { get; set; }
Type Description
SelectionData
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX