From c99502c9002d3c1ee195d9da017b87bc58362927 Mon Sep 17 00:00:00 2001 From: "H. Yeo" <138053434+H-Yeo@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:40:55 -0800 Subject: [PATCH] Restore tags --- .../src/Microsoft/Data/SqlClient/SqlBatchCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0ea6cfe003..1ad7d3f8f7 100644 --- a/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlBatchCommand.cs +++ b/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlBatchCommand.cs @@ -68,7 +68,7 @@ internal SqlBatchCommand(string commandText, SqlParameterCollection parameterCol _parameters = parameterCollection; } - /// + /// public #if NET6_0_OR_GREATER override