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::Pooling Property
.NET Framework (current version)
Gets or sets a Boolean value that indicates whether the connection will be pooled or explicitly opened every time that the connection is requested.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::BooleanThe value of the Pooling property, or true if none has been supplied.
This property corresponds to the "Pooling" key within the connection string.
.NET Framework
Available since 2.0
Available since 2.0
Show: