dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / PurgeStatementCache Method

In This Topic
    PurgeStatementCache Method
    In This Topic
    Clears OCI statement cache for the connection.
    Syntax
    'Declaration
     
    Public Sub PurgeStatementCache() 
    public void PurgeStatementCache()
    Remarks
    This method works in OCI mode only.
    See Also