From 3494178df0a4863a59e5e54bcfa55b7639845943 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Tue, 27 Aug 2024 09:08:08 +0200 Subject: [PATCH] Correct remarks for DataRow.SetModified See https://github.com/dotnet/runtime/issues/103157 --- xml/System.Data/DataRow.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Data/DataRow.xml b/xml/System.Data/DataRow.xml index f35f80553c7..7b0a2503b35 100644 --- a/xml/System.Data/DataRow.xml +++ b/xml/System.Data/DataRow.xml @@ -3170,7 +3170,7 @@ of a to `Modified`. If the current row is not in either an `Unchanged` or an `Added` state, it throws an with the message that `SetModified` can only be invoked on a `DataRow` instance where the `RowState` is `Unchanged`. + Changes the of a to `Modified`. If the current row is not in the `Unchanged` state, this throws an with the message that `SetModified` can only be invoked on a `DataRow` instance where the `RowState` is `Unchanged`. ]]>