Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.Pooling Property

Gets or sets the status of the connection pooling (enabled/disabled).

[Visual Basic]
Public Property Pooling As Boolean
[C#]
public bool Pooling {get; set;}

Property Value

When true, the FbConnection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool. Recognized values are true, false, yes, and no.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace