From a414b4501bd17013f1a0a69e1378f41835258ccf Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Wed, 14 Oct 2020 10:06:37 -0400 Subject: [PATCH] Remove comment from DataTable.Rows returning null --- xml/System.Data/DataTable.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Data/DataTable.xml b/xml/System.Data/DataTable.xml index c6c9eacbd1d..808df3505bb 100644 --- a/xml/System.Data/DataTable.xml +++ b/xml/System.Data/DataTable.xml @@ -5476,7 +5476,7 @@ public class A { Gets the collection of rows that belong to this table. - A that contains objects; otherwise a null value if no objects exist. + A that contains objects.