MySQL Connector/Net
MySqlConnectionStringBuilderPooling Property |
Gets or sets a boolean value indicating if connection pooling is enabled.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public bool Pooling { get; set; }
Public Property Pooling As Boolean Get Set
public: property bool Pooling { bool get (); void set (bool value); }
member Pooling : bool with get, set
Property Value
Type: Boolean