WIP update to support batch processing

This commit is contained in:
benrr101
2016-08-18 17:49:16 -07:00
parent dee490341d
commit 7202a7ed65
5 changed files with 264 additions and 156 deletions

View File

@@ -13,7 +13,7 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
public class ResultSetSummary
{
/// <summary>
/// The ID of the result set within the query results
/// The ID of the result set within the batch results
/// </summary>
public int Id { get; set; }