Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.MaxPoolSize Property

Gets or sets the maximun pool size.

[Visual Basic]
Public Property MaxPoolSize As Integer
[C#]
public int MaxPoolSize {get; set;}

Property Value

The maximun number of connections allowed in the pool. Default is 100.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace