







|
| MySQL Connector/Net |
| MySqlConnectionStringBuilder..::.MinimumPoolSize Property |
| MySqlConnectionStringBuilder Class See Also Send Feedback |
Gets the minimum connection pool size.
Namespace:
MySql.Data.MySqlClient
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
| C# |
|---|
public uint MinimumPoolSize { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MinimumPoolSize As UInteger |
| Visual C++ |
|---|
public: property unsigned int MinimumPoolSize { unsigned int get (); void set (unsigned int value); } |
