Skip to content

Commit

Permalink
Reviewed Intellisense
Browse files Browse the repository at this point in the history
Just clean-up, and removing the extra space between sentences.
  • Loading branch information
H-Yeo committed Feb 14, 2024
1 parent 79d979e commit 94b4384
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml
Expand Up @@ -125,14 +125,14 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
<ExecuteReaderAsync>
<summary>
An asynchronous version of
<see cref="M:Microsoft.Data.SqlClient.SqlBatch.ExecuteReader" />
<see cref="M:Microsoft.Data.SqlClient.SqlBatch.ExecuteReader"/>
, which sends the
<see cref="P:Microsoft.Data.SqlClient.SqlBatch.Commands" />
<see cref="P:Microsoft.Data.SqlClient.SqlBatch.Commands"/>
to the
<see cref="P:Microsoft.Data.SqlClient.SqlBatch.Connection" />
<see cref="P:Microsoft.Data.SqlClient.SqlBatch.Connection"/>
and builds a
<see cref="T:Microsoft.Data.SqlClient.SqlDataReader" />
. Exceptions will be reported via the returned Task object.
<see cref="T:Microsoft.Data.SqlClient.SqlDataReader"/>.
Exceptions will be reported via the returned Task object.
</summary>
<remarks>
<format type="text/markdown">
Expand Down

0 comments on commit 94b4384

Please sign in to comment.