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() 
 
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.

See Also