diff --git a/xml/System.Data.Common/DbConnectionStringBuilder.xml b/xml/System.Data.Common/DbConnectionStringBuilder.xml index da880354bcf..1ae1d15b1a5 100644 --- a/xml/System.Data.Common/DbConnectionStringBuilder.xml +++ b/xml/System.Data.Common/DbConnectionStringBuilder.xml @@ -1123,7 +1123,7 @@ builder2.EquivalentTo(builder3) = False The key of the item to get or set. Gets or sets the value associated with the specified key. - The value associated with the specified key. If the specified key is not found, trying to get it returns a null reference ( in Visual Basic), and trying to set it creates a new element using the specified key. + The value associated with the specified key. If the specified key is not found, trying to get it throws an , and trying to set it creates a new element using the specified key. Passing a null ( in Visual Basic) key throws an . Assigning a null value removes the key/value pair. @@ -1142,6 +1142,8 @@ builder2.EquivalentTo(builder3) = False ]]> + + The value for has not been set in the collection. is a null reference ( in Visual Basic). The property is set, and the is read-only.