diff --git a/xml/System.Data.Common/DbConnection.xml b/xml/System.Data.Common/DbConnection.xml index 8b7e65153e2..2d5a7b860f2 100644 --- a/xml/System.Data.Common/DbConnection.xml +++ b/xml/System.Data.Common/DbConnection.xml @@ -1954,8 +1954,8 @@ This property returns `false` by default; providers that implement System.Data.ConnectionState - Gets a string that describes the state of the connection. - The state of the connection. The format of the string returned depends on the specific type of connection you are using. + Gets a value that describes the state of the connection. + The state of the connection, for example, open or closed. To be added. ADO.NET Overview