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

In This Topic
Refresh Method
In This Topic
Refreshes object data from the server.
Syntax
'Declaration
 
Public Sub Refresh() 
 
Remarks

The Refresh method is executable for the objects received by OracleRef.

In case if the NativeOracleObjectBase contains triggers which modify values of the object attributes it is necessary to update data after calling the Flush method.

See Also