Skip to content

Commit 9c063dd

Browse files
authored
Remove comment from DataTable.Rows returning null (dotnet#4982)
1 parent b83263f commit 9c063dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Data/DataTable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5496,7 +5496,7 @@ public class A {
54965496
</ReturnValue>
54975497
<Docs>
54985498
<summary>Gets the collection of rows that belong to this table.</summary>
5499-
<value>A <see cref="T:System.Data.DataRowCollection" /> that contains <see cref="T:System.Data.DataRow" /> objects; otherwise a null value if no <see cref="T:System.Data.DataRow" /> objects exist.</value>
5499+
<value>A <see cref="T:System.Data.DataRowCollection" /> that contains <see cref="T:System.Data.DataRow" /> objects.</value>
55005500
<remarks>
55015501
<format type="text/markdown"><![CDATA[
55025502

0 commit comments

Comments
 (0)