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 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