mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 01:25:42 -05:00
WIP update to support batch processing
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user