Another change for @anthonydresser

This commit is contained in:
Benjamin Russell
2016-08-05 15:08:28 -07:00
parent 368a98c8e0
commit a06003c966

View File

@@ -14,9 +14,9 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
public class QueryExecuteSubsetParams
{
/// <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>
public string OwnerId { get; set; }
public string OwnerUri { get; set; }
/// <summary>
/// Index of the result set to get the results from