Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
FbConnectionStringBuilder.MinPoolSize Property
Gets or sets the minumun pool size.
[Visual Basic]
Public Property MinPoolSize As
Integer
[C#]
public
int MinPoolSize {get; set;}
Property Value
The minimun number of connections allowed in the pool. Default is 0.
See Also
FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace