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
    public bool StatementCachePurge {get; set;}

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also