Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.Data.Common/DbConnection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1954,8 +1954,8 @@ This property returns `false` by default; providers that implement <xref:System.
<ReturnType>System.Data.ConnectionState</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a string that describes the state of the connection.</summary>
<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>
<remarks>To be added.</remarks>
<related type="Article" href="/dotnet/framework/data/adonet/ado-net-overview">ADO.NET Overview</related>
</Docs>
Expand Down