MySqlConnectionStringBuilder.MaximumPoolSize Property

MySQL Connector/Net

MySqlConnectionStringBuilderMaximumPoolSize Property
Gets or sets the maximum connection pool setting.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public uint MaximumPoolSize { get; set; }
Public Property MaximumPoolSize As UInteger
	Get
	Set
public:
property unsigned int MaximumPoolSize {
	unsigned int get ();
	void set (unsigned int value);
}
member MaximumPoolSize : uint32 with get, set

Property Value

Type: UInt32
See Also