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.
SqlConnectionStringBuilder::ConnectionReset Property
.NET Framework (current version)
Obsolete. Gets or sets a Boolean value that indicates whether the connection is reset when drawn from the connection pool.
Assembly: System.Data (in System.Data.dll)
public: [BrowsableAttribute(false)] [ObsoleteAttribute("ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection")] property bool ConnectionReset { bool get(); void set(bool value); }
Property Value
Type: System::BooleanThe value of the ConnectionReset property, or true if no value has been supplied.
This property corresponds to the "Connection Reset" key within the SqlConnection connection string, which has been removed from version 3.5 SP1 of the .NET Framework.
.NET Framework
Available since 2.0
Available since 2.0
Show: