Skip to content

Commit

Permalink
Update SqlBatchCommand Class
Browse files Browse the repository at this point in the history
Starting with Update of SqlBatchCommand class document header
  • Loading branch information
H-Yeo committed Jan 15, 2024
1 parent 2e4d1b6 commit 12623b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
<summary>Initializes a new <see cref="SqlBatchCommand"/>.</summary>
<param name="commandText">The text of the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand"/>.</param>
<param name="commandType">Indicates how the <see cref="P:Microsoft.Data.SqlClient.SqlBatchCommand.CommandText" /> property is to be interpreted.</param>
<param name="parameters">A <see cref="T:System.Collection.Generic.IEnumerable&lt;Microsoft.Data.SqlClient.SqlParameter&gt;" />, which is used to crate the <see cref="T:Microsoft.Data.SqlClient.SqlParameterCollection" />.</param>
<param name="parameters">A <see cref="T:System.Collection.Generic.IEnumerable&lt;Microsoft.Data.SqlClient.SqlParameter&gt;" />, which is used to create the <see cref="T:Microsoft.Data.SqlClient.SqlParameterCollection" />.</param>
<param name="columnEncryptionSetting">The encryption setting. For more information, see [Always Encrypted](/sql/relational-databases/security/encryption/always-encrypted-database-engine).</param>
<remarks>
<format type="text/markdown">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class SqlBatch : System.Data.Common.DbBatch
/// <inheritdoc />
protected override System.Data.Common.DbBatchCommand CreateDbBatchCommand() => throw null;
}
/// <inheritdoc />
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/SqlBatchCommand/*'/>
public partial class SqlBatchCommand : System.Data.Common.DbBatchCommand
{
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/cto1/*'/>
Expand Down

0 comments on commit 12623b0

Please sign in to comment.