You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
17
17
<ctor2>
18
18
<summary>Initializes a new <seecref="SqlBatchCommand"/>.</summary>
19
19
<paramname="commandText">The text of the <seecref="T:Microsoft.Data.SqlClient.SqlBatchCommand"/>.</param>
20
-
<paramname="commandType">Indicates how the <seecref="P:Microsoft.Data.SqlClient.SqlBatchCommand.CommandText"/> property is to be interpreted.</param>
21
-
<paramname="parameters">A <seecref="T:System.Collection.Generic.IEnumerable<Microsoft.Data.SqlClient.SqlParameter>"/>, which is used to create the <seecref="T:Microsoft.Data.SqlClient.SqlParameterCollection"/>.</param>
20
+
<paramname="commandType">Indicates how the <seecref="P:Microsoft.Data.SqlClient.SqlBatchCommand.CommandText"/> property is to be interpreted.</param>
21
+
<paramname="parameters">A <seecref="M:System.Collection.Generic.IEnumerable<Microsoft.Data.SqlClient.SqlParameter>"/>, which is used to create the <seecref="T:Microsoft.Data.SqlClient.SqlParameterCollection"/>.</param>
22
22
<paramname="columnEncryptionSetting">The encryption setting. For more information, see [Always Encrypted](/sql/relational-databases/security/encryption/always-encrypted-database-engine).</param>
23
23
<remarks>
24
24
<formattype="text/markdown">
@@ -28,11 +28,7 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
0 commit comments