dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDependency Class / RegId Property

In This Topic
    RegId Property
    In This Topic
    Gets the id of the current change notification registration in the database.
    Syntax
    'Declaration
     
    Public ReadOnly Property RegId As Long
    public long RegId {get;}

    Property Value

    The id of the current change notification registration in the database.
    Remarks
    The ids and more information about currently registered change notification registrations are available in the USER_CHANGE_NOTIFICATION_REGS and DBA_CHANGE_NOTIFICATION_REGS system views.
    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