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

    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