Skip to content

Commit 28b1a38

Browse files
authored
Correct docs for DbConnection.State (#10509)
Fixes #10503
1 parent 17e9266 commit 28b1a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Data.Common/DbConnection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,8 +1954,8 @@ This property returns `false` by default; providers that implement <xref:System.
19541954
<ReturnType>System.Data.ConnectionState</ReturnType>
19551955
</ReturnValue>
19561956
<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>
1957+
<summary>Gets a value that describes the state of the connection.</summary>
1958+
<value>The state of the connection, for example, open or closed.</value>
19591959
<remarks>To be added.</remarks>
19601960
<related type="Article" href="/dotnet/framework/data/adonet/ado-net-overview">ADO.NET Overview</related>
19611961
</Docs>

0 commit comments

Comments
 (0)