Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlConnection::State Property

 

Indicates the state of the SqlConnection during the most recent network operation performed on the connection.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
[BrowsableAttribute(false)]
property ConnectionState State {
	virtual ConnectionState get() override;
}

Property Value

Type: System.Data::ConnectionState

An ConnectionState enumeration.

Returns an ConnectionState enumeration indicating the state of the SqlConnection. Closing and reopening the connection will refresh the value of State.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft