See Also

OracleConnectionStringBuilder Class  | OracleConnectionStringBuilder Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

OciSessionPoolConnectionLifetime Property

Devart.Data.Oracle Namespace > OracleConnectionStringBuilder Class : OciSessionPoolConnectionLifetime Property

Gets or sets the connection lifetime in the OCI pool.

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

Return Type

The connection lifetime.

Remarks

This attribute specifies the lifetime of the connection in seconds. Before the Connection is placed back into the pool, the lifetime of the connection is checked. If the lifetime of the connection exceeds this property value, the connection is closed and disposed. If this property value is 0, the connection lifetime is never checked.

See Also

OracleConnectionStringBuilder Class  | OracleConnectionStringBuilder Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.