Skip to content

Commit

Permalink
Test Experimental Changes for API Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeo committed Feb 6, 2024
1 parent 20bacb0 commit 5d2cfd7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,12 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
<inheritdoc cref="M:Microsoft.Data.SqlClient.SqlBatch.ExecuteNonQuery"/>
</ExecuteNonQuery>
<ExecuteNonQueryAsync>
<inheritdoc cref="M:Microsoft.Data.SqlClient.SqlBatch.ExecuteNonQueryAsync"/>
<summary>
Test1 ExecuteNonQueryAsync Comment
</summary>
<remarks>
<format type="text/markdown"></format>
</remarks>
</ExecuteNonQueryAsync>
<ExecuteScalar>
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.ExecuteScalar"/>
Expand All @@ -119,7 +124,7 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
<inheritdoc cref="M:Microsoft.Data.SqlClient.SqlBatch.ExecuteScalarAsync"/>
</ExecuteScalarAsync>
<Prepare>
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.Prepare"/>
<inheritdoc cref="P:System.Data.Common.DbBatch.Prepare"/>
</Prepare>
<PrepareAsync>
<inheritdoc cref="M:Microsoft.Data.SqlClient.SqlBatch.PrepareAsync"/>
Expand All @@ -133,7 +138,7 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
<Commands>
<summary>
The list of commands contained in the batch in a
<see cref="T:System.Collections.Generic.IList"/> of
<see cref="T:System.Collections.IList"/> of
<see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand"/> objects.
</summary>
<remarks>
Expand Down

0 comments on commit 5d2cfd7

Please sign in to comment.