dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNotificationInfo Enumeration

In This Topic
    OracleNotificationInfo Enumeration
    In This Topic
    Specifies the operation, for which a notification is received from Oracle server.
    Syntax
    'Declaration
     
    Public Enum OracleNotificationInfo 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleNotificationInfo : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    AllOpsAny operation (used for operations filter only).
    AllRowsAll rows in a table are affected (for example, table is truncated, a column is added, and so on).
    AlterAn object is altered.
    DeleteA row is deleted.
    DropAn object or database is dropped.
    InsertA row is inserted.
    UnknownThe reason is unknown.
    UpdateA row is updated.
    Remarks

    To obtain the detailed notification information, consult the OracleNotificationEventArgs.Details property. This enumeration is actual when OracleNotificationEventArgs.Type is OracleNotificationType.Change.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.OracleNotificationInfo

    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