Skip to content

Commit c34c681

Browse files
authored
Fix docs on DataRow.Delete() (#12530)
Fixes #12525
1 parent 818d268 commit c34c681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Data/DataRow.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
<format type="text/markdown"><![CDATA[
468468
469469
## Remarks
470-
If the <xref:System.Data.DataRow.RowState*> of the row is Added, the <xref:System.Data.DataRow.RowState*> becomes `Detached` and the row is removed from the table when you call <xref:System.Data.DataRow.AcceptChanges*>.
470+
If the <xref:System.Data.DataRow.RowState*> of the row is `Added`, the <xref:System.Data.DataRow.RowState*> becomes `Detached` and the row is removed from the table immediately.
471471
472472
The <xref:System.Data.DataRow.RowState*> becomes `Deleted` after you use the <xref:System.Data.DataRow.Delete*> method on an existing <xref:System.Data.DataRow>. It remains `Deleted` until you call <xref:System.Data.DataRow.AcceptChanges*>. At this time, the <xref:System.Data.DataRow> is removed from the table.
473473

0 commit comments

Comments
 (0)