From a06003c966fdd1c91e198304a9e8d29877668ec9 Mon Sep 17 00:00:00 2001 From: Benjamin Russell Date: Fri, 5 Aug 2016 15:08:28 -0700 Subject: [PATCH] Another change for @anthonydresser --- .../QueryExecution/Contracts/QueryExecuteSubsetRequest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/QueryExecuteSubsetRequest.cs b/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/QueryExecuteSubsetRequest.cs index 7cd607a6..8a7b3587 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/QueryExecuteSubsetRequest.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/QueryExecution/Contracts/QueryExecuteSubsetRequest.cs @@ -14,9 +14,9 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts public class QueryExecuteSubsetParams { /// - /// ID of the query to look up the results for + /// URI for the file that owns the query to look up the results for /// - public string OwnerId { get; set; } + public string OwnerUri { get; set; } /// /// Index of the result set to get the results from