From bd10486ef890dbbe64d46343f52396df44ce63c2 Mon Sep 17 00:00:00 2001 From: David Engel Date: Thu, 17 Jul 2025 13:38:55 -0700 Subject: [PATCH] Fix incorrect snippet description Addresses #11583 --- xml/System.Data.SqlClient/SqlCommand.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Data.SqlClient/SqlCommand.xml b/xml/System.Data.SqlClient/SqlCommand.xml index 3b4b573a6d5..cfad0befcc8 100644 --- a/xml/System.Data.SqlClient/SqlCommand.xml +++ b/xml/System.Data.SqlClient/SqlCommand.xml @@ -554,7 +554,7 @@ class Program { ## Examples - The following example creates a , passing in the connection string and command text. + The following example creates a , passing in the command text. :::code language="csharp" source="~/snippets/csharp/VS_Snippets_ADO.NET/Classic WebData SqlCommand.SqlCommand1 Example/CS/source.cs" id="Snippet1"::: :::code language="vb" source="~/snippets/visualbasic/System.Data.SqlClient/SqlCommand/.ctor/source.vb" id="Snippet1":::