From 9608bbd21a4ad36e66518f1f28d6ca57e5696e8c Mon Sep 17 00:00:00 2001
From: "H. Yeo" <138053434+H-Yeo@users.noreply.github.com>
Date: Fri, 26 Jan 2024 17:11:31 -0800
Subject: [PATCH] Include SqlBatch Reference
Need to test if this reference is required, as it appears to be missing.
---
.../src/Microsoft/Data/SqlClient/SqlBatchCommand.cs | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlBatchCommand.cs b/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlBatchCommand.cs
index 8a40450b2d..d3df88c46b 100644
--- a/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlBatchCommand.cs
+++ b/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlBatchCommand.cs
@@ -10,6 +10,7 @@
namespace Microsoft.Data.SqlClient
{
///
+ ///
public partial class SqlBatchCommand
#if NET6_0_OR_GREATER
: DbBatchCommand