Skip to content

Commit c065dbb

Browse files
committed
docs change
1 parent de6ecde commit c065dbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -503,14 +503,15 @@ and faster to use a Transact-SQL `INSERT … SELECT` statement to copy the data.
503503
property.
504504
</value>
505505
<remarks>
506-
<format type="text/markdown"><![CDATA[
506+
<format type="text/markdown">
507+
<![CDATA[
507508
508509
## Remarks
509510
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.
510511
511512
This value can be accessed during or after the execution of a bulk copy operation.
512513
513-
This value can become negative if the number of rows exceelds int.MaxValue. If this may happen use the RowsCopied64 property.
514+
This value will wrap around and become negative if the number of rows exceeds int.MaxValue. Consider using the <xref:Microsoft.Data.SqlClient.SqlBulkCopy.RowsCopied64> property.
514515
]]></format>
515516
</remarks>
516517
</RowsCopied>

0 commit comments

Comments
 (0)