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.
    See Also