Skip to content

Commit

Permalink
Update docs for RowsCopied property (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
madelson committed Jan 18, 2023
1 parent 8cb5913 commit 8156ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ and faster to use a Transact-SQL `INSERT … SELECT` statement to copy the data.
## Remarks
This value is incremented during the <xref:Microsoft.Data.SqlClient.SqlBulkCopy.SqlRowsCopied> event and does not imply that this number of rows has been sent to the server or committed.
During the execution of a bulk copy operation, this value can be accessed, but it cannot be changed. Any attempt to change it will throw an <xref:System.InvalidOperationException>.
This value can be accessed during or after the execution of a bulk copy operation.
]]></format>
</remarks>
</RowsCopied>
Expand Down

0 comments on commit 8156ff9

Please sign in to comment.