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

In This Topic
    Enabled Property (OracleDependency)
    In This Topic
    Specifies whether the application listens for database notifications.
    Syntax
    'Declaration
     
    Public Shared Property Enabled As Boolean
    public static bool Enabled {get; set;}

    Property Value

    true, if listening to notifications is on. Otherwise, false.
    See Also