Gets or sets the lifetime of a connection in the pool.
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.
FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace