Reinstating the batch HasError property (#214)

This commit is contained in:
Benjamin Russell
2017-01-11 13:50:46 -08:00
committed by GitHub
parent b353b2137e
commit 0e29b181c9
3 changed files with 27 additions and 8 deletions

View File

@@ -25,6 +25,11 @@ namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
/// </summary>
public string ExecutionStart { get; set; }
/// <summary>
/// Whether or not the batch encountered an error that halted execution
/// </summary>
public bool HasError { get; set; }
/// <summary>
/// The ID of the result set within the query results
/// </summary>