Skip to content

Commit 8156ff9

Browse files
authored
Update docs for RowsCopied property (#1872)
1 parent 8cb5913 commit 8156ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ and faster to use a Transact-SQL `INSERT … SELECT` statement to copy the data.
508508
## Remarks
509509
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.
510510
511-
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>.
511+
This value can be accessed during or after the execution of a bulk copy operation.
512512
]]></format>
513513
</remarks>
514514
</RowsCopied>

0 commit comments

Comments
 (0)