Skip to content

fix broken links #3137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Data.Common/DbCommand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
</Parameters>
<Docs>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<summary>Asynchronously creates a prepared (or compiled) version of the command on the data source.</summary>
<returns>A <see cref="P:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
<remarks>
Expand Down
6 changes: 3 additions & 3 deletions xml/System.Data.Common/DbConnection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
</Parameters>
<Docs>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<summary>Asynchronously begins a database transaction.</summary>
<returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is an object representing the new transaction.</returns>
<remarks>
Expand Down Expand Up @@ -337,7 +337,7 @@
</Parameters>
<Docs>
<param name="isolationLevel">One of the enumeration values that specifies the isolation level for the transaction to use.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<summary>Asynchronously begins a database transaction.</summary>
<returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is an object representing the new transaction.</returns>
<remarks>
Expand Down Expand Up @@ -427,7 +427,7 @@
</Parameters>
<Docs>
<param name="databaseName">The name of the database for the connection to use.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<summary>Asynchronously changes the current database for an open connection.</summary>
<returns>A task representing the asynchronous operation.</returns>
<remarks>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Data.Common/DbTransaction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
</Parameters>
<Docs>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<summary>Asynchronously commits the database transaction.</summary>
<returns>A <see cref="P:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
<remarks>
Expand Down Expand Up @@ -499,7 +499,7 @@
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
</Parameters>
<Docs>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<summary>Asynchronously rolls back a transaction from a pending state.</summary>
<returns>A task representing the asynchronous operation.</returns>
<remarks>
Expand Down