dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / StatementCachePurge Property

In This Topic
StatementCachePurge Property
In This Topic
Determines whether to clear the OCI statement cache when closing the connection or putting it to the pool.
Syntax
'Declaration
 
Public Property StatementCachePurge As Boolean
 

Property Value

If true, the OCI statement cache is cleared when closing the connection or putting it to the pool. The default value is false.
See Also