Skip to content

Commit 3494178

Browse files
committed
Correct remarks for DataRow.SetModified
See dotnet/runtime#103157
1 parent 3a489dd commit 3494178

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
@@ -3170,7 +3170,7 @@
31703170
<format type="text/markdown"><![CDATA[
31713171
31723172
## Remarks
3173-
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`.
3173+
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`.
31743174
31753175
]]></format>
31763176
</remarks>

0 commit comments

Comments
 (0)