Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Data/DataRow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3170,7 +3170,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
Changes the <xref:System.Data.DataRow.RowState*> of a <xref:System.Data.DataRow> to `Modified`. If the current row is not in either an `Unchanged` or an `Added` state, it throws an <xref:System.InvalidOperationException> with the message that `SetModified` can only be invoked on a `DataRow` instance where the `RowState` is `Unchanged`.
Changes the <xref:System.Data.DataRow.RowState*> of a <xref:System.Data.DataRow> to `Modified`. If the current row is not in the `Unchanged` state, this throws an <xref:System.InvalidOperationException> with the message that `SetModified` can only be invoked on a `DataRow` instance where the `RowState` is `Unchanged`.

]]></format>
</remarks>
Expand Down