Skip to content

Commit 3181b92

Browse files
author
Sarah Vilaysom
authored
370545
update term to 'Microsoft SqlClient Data Provider "for" SQL Server' for loc fix
1 parent 834e509 commit 3181b92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/ado-net/batch-operations-using-dataadapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ When batch processing is enabled, a single `RowUpdated` event is generated for m
5555
Batch execution has the same effect as the execution of each individual statement. Statements are executed in the order that the statements were added to the batch. Errors are handled the same way in batch mode as they are when batch mode is disabled. Each row is processed separately. Only rows that have been successfully processed in the database will be updated in the corresponding <xref:System.Data.DataRow> within the <xref:System.Data.DataTable>.
5656

5757
> [!NOTE]
58-
> The Microsoft SqlClient Data Provider SQL Server and the back-end database server determine which SQL constructs are supported for batch execution. An exception may be thrown if a non-supported statement is submitted for execution.
58+
> The Microsoft SqlClient Data Provider for SQL Server and the back-end database server determine which SQL constructs are supported for batch execution. An exception may be thrown if a non-supported statement is submitted for execution.
5959
6060
## See also
6161

0 commit comments

Comments
 (0)