Skip to content

Commit 551f9ca

Browse files
authored
Merge pull request #9620 from Fast-Nick/patch-2
Update INullable.xml remove SqlBoolean from <value> for IsNull property
2 parents 2f8aeb4 + 2d09684 commit 551f9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Data.SqlTypes/INullable.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
<Docs>
104104
<summary>Indicates whether a structure is null. This property is read-only.</summary>
105105
<value>
106-
<see cref="T:System.Data.SqlTypes.SqlBoolean" />
107-
<see langword="true" /> if the value of this object is null. Otherwise, <see langword="false" />.</value>
106+
<see langword="true" /> if the value of this object is null. Otherwise, <see langword="false" />.
107+
</value>
108108
<remarks>
109109
<format type="text/markdown"><![CDATA[
110110

0 commit comments

Comments
 (0)