|
198 | 198 | ## Remarks |
199 | 199 | The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `Task`, potentially blocking the calling thread. |
200 | 200 | |
201 | | - Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations. |
| 201 | + Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations. |
202 | 202 | |
203 | 203 | ]]></format> |
204 | 204 | </remarks> |
|
352 | 352 |
|
353 | 353 | The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `Task`, potentially blocking the calling thread. |
354 | 354 | |
355 | | - Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations. |
| 355 | + Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations. |
356 | 356 | |
357 | 357 | ]]></format> |
358 | 358 | </remarks> |
|
397 | 397 | ## Remarks |
398 | 398 | The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `Task`, potentially blocking the calling thread. |
399 | 399 | |
400 | | - Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations. |
| 400 | + Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations. |
401 | 401 | |
402 | 402 | ]]></format> |
403 | 403 | </remarks> |
|
494 | 494 |
|
495 | 495 | The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `Task`, potentially blocking the calling thread. |
496 | 496 | |
497 | | - Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations. |
| 497 | + Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations. |
498 | 498 |
|
499 | 499 | ]]></format> |
500 | 500 | </remarks> |
|
591 | 591 | ## Remarks |
592 | 592 | The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `Task`, potentially blocking the calling thread. |
593 | 593 | |
594 | | - Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations. |
| 594 | + Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations. |
595 | 595 | |
596 | 596 | The <xref:System.Data.Common.DbConnection.Close%2A> and <xref:System.Data.Common.DbConnection.CloseAsync%2A> methods roll back any pending transactions. They then release the connection to the connection pool, or close the connection if connection pooling is disabled. |
597 | 597 | |
|
1026 | 1026 | ## Remarks |
1027 | 1027 | The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `ValueTask`, potentially blocking the calling thread. |
1028 | 1028 | |
1029 | | - Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations. |
| 1029 | + Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations. |
1030 | 1030 | |
1031 | 1031 | ]]></format> |
1032 | 1032 | </remarks> |
|
0 commit comments