MaximumPoolSize Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets or sets the maximum connection pool setting.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public uint MaximumPoolSize { get; set; }
Visual Basic
Public Property MaximumPoolSize As UInteger
	Get
	Set
Visual C++
public:
property unsigned int MaximumPoolSize {
	unsigned int get ();
	void set (unsigned int value);
}

See Also