We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e8b92 commit 784dc00Copy full SHA for 784dc00
src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlParameter.cs
@@ -13,11 +13,11 @@
13
using System.Globalization;
14
using System.IO;
15
using System.Reflection;
16
+using System.Text;
17
+using System.Threading;
18
using System.Xml;
19
using Microsoft.Data.Common;
20
using Microsoft.Data.SqlClient.Server;
-using System.Text;
-using System.Threading;
21
22
namespace Microsoft.Data.SqlClient
23
{
0 commit comments