mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Another change for @anthonydresser
This commit is contained in:
@@ -14,9 +14,9 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
|
|||||||
public class QueryExecuteSubsetParams
|
public class QueryExecuteSubsetParams
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ID of the query to look up the results for
|
/// URI for the file that owns the query to look up the results for
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string OwnerId { get; set; }
|
public string OwnerUri { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Index of the result set to get the results from
|
/// Index of the result set to get the results from
|
||||||
|
|||||||
Reference in New Issue
Block a user