We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e9266 commit 28b1a38Copy full SHA for 28b1a38
xml/System.Data.Common/DbConnection.xml
@@ -1954,8 +1954,8 @@ This property returns `false` by default; providers that implement <xref:System.
1954
<ReturnType>System.Data.ConnectionState</ReturnType>
1955
</ReturnValue>
1956
<Docs>
1957
- <summary>Gets a string that describes the state of the connection.</summary>
1958
- <value>The state of the connection. The format of the string returned depends on the specific type of connection you are using.</value>
+ <summary>Gets a value that describes the state of the connection.</summary>
+ <value>The state of the connection, for example, open or closed.</value>
1959
<remarks>To be added.</remarks>
1960
<related type="Article" href="/dotnet/framework/data/adonet/ado-net-overview">ADO.NET Overview</related>
1961
</Docs>
0 commit comments