You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="CancellationToken.None"/>.</param>
1498
+
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="System.Threading.CancellationToken.None"/>.</param>
1499
1499
<summary>Asynchronously creates a prepared (or compiled) version of the command on the data source.</summary>
1500
1500
<returns>A <seecref="P:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="CancellationToken.None"/>.</param>
297
+
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="System.Threading.CancellationToken.None"/>.</param>
298
298
<summary>Asynchronously begins a database transaction.</summary>
299
299
<returns>A task whose <seecref="P:System.Threading.Tasks.Task`1.Result" /> property is an object representing the new transaction.</returns>
300
300
<remarks>
@@ -337,7 +337,7 @@
337
337
</Parameters>
338
338
<Docs>
339
339
<paramname="isolationLevel">One of the enumeration values that specifies the isolation level for the transaction to use.</param>
340
-
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="CancellationToken.None"/>.</param>
340
+
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="System.Threading.CancellationToken.None"/>.</param>
341
341
<summary>Asynchronously begins a database transaction.</summary>
342
342
<returns>A task whose <seecref="P:System.Threading.Tasks.Task`1.Result" /> property is an object representing the new transaction.</returns>
343
343
<remarks>
@@ -427,7 +427,7 @@
427
427
</Parameters>
428
428
<Docs>
429
429
<paramname="databaseName">The name of the database for the connection to use.</param>
430
-
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="CancellationToken.None"/>.</param>
430
+
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="System.Threading.CancellationToken.None"/>.</param>
431
431
<summary>Asynchronously changes the current database for an open connection.</summary>
432
432
<returns>A task representing the asynchronous operation.</returns>
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="CancellationToken.None"/>.</param>
141
+
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="System.Threading.CancellationToken.None"/>.</param>
142
142
<summary>Asynchronously commits the database transaction.</summary>
143
143
<returns>A <seecref="P:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="CancellationToken.None"/>.</param>
502
+
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="System.Threading.CancellationToken.None"/>.</param>
503
503
<summary>Asynchronously rolls back a transaction from a pending state.</summary>
504
504
<returns>A task representing the asynchronous operation.</returns>
0 commit comments