Skip to content

Commit 1a26fca

Browse files
authored
fix broken links (#3137)
1 parent b150408 commit 1a26fca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

xml/System.Data.Common/DbCommand.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@
14951495
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
14961496
</Parameters>
14971497
<Docs>
1498-
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
1498+
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
14991499
<summary>Asynchronously creates a prepared (or compiled) version of the command on the data source.</summary>
15001500
<returns>A <see cref="P:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
15011501
<remarks>

xml/System.Data.Common/DbConnection.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
295295
</Parameters>
296296
<Docs>
297-
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
297+
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
298298
<summary>Asynchronously begins a database transaction.</summary>
299299
<returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is an object representing the new transaction.</returns>
300300
<remarks>
@@ -337,7 +337,7 @@
337337
</Parameters>
338338
<Docs>
339339
<param name="isolationLevel">One of the enumeration values that specifies the isolation level for the transaction to use.</param>
340-
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
340+
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
341341
<summary>Asynchronously begins a database transaction.</summary>
342342
<returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is an object representing the new transaction.</returns>
343343
<remarks>
@@ -427,7 +427,7 @@
427427
</Parameters>
428428
<Docs>
429429
<param name="databaseName">The name of the database for the connection to use.</param>
430-
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
430+
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
431431
<summary>Asynchronously changes the current database for an open connection.</summary>
432432
<returns>A task representing the asynchronous operation.</returns>
433433
<remarks>

xml/System.Data.Common/DbTransaction.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
139139
</Parameters>
140140
<Docs>
141-
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
141+
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
142142
<summary>Asynchronously commits the database transaction.</summary>
143143
<returns>A <see cref="P:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
144144
<remarks>
@@ -499,7 +499,7 @@
499499
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
500500
</Parameters>
501501
<Docs>
502-
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="CancellationToken.None"/>.</param>
502+
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
503503
<summary>Asynchronously rolls back a transaction from a pending state.</summary>
504504
<returns>A task representing the asynchronous operation.</returns>
505505
<remarks>

0 commit comments

Comments
 (0)