Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.ConnectionLifeTime Property

Gets or sets the lifetime of a connection in the pool.

[Visual Basic]
Public Property ConnectionLifeTime As Long
[C#]
public long ConnectionLifeTime {get; set;}

Property Value

When a connection is returned to the pool, its creation time is compared with the current time, and the connection is destroyed if that time span (in seconds) exceeds the value specified by connection lifetime.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace