dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleObjectBase Class / Flush Method

In This Topic
    Flush Method (NativeOracleObjectBase)
    In This Topic
    Flushes updated data to the server.
    Syntax
    'Declaration
     
    Public Sub Flush() 
    public void Flush()
    Remarks

    Use the Flush method to update data at the server for the object received by OracleRef. When the object is written to the server, triggers may be fired. Objects can be modified by the triggers at the server. To keep the objects in the object cache being coherent with the database, the clients can free or refresh the objects in the cache.

    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