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

In This Topic
    OracleNotificationGroupingType Enumeration
    In This Topic
    Specifies how query result change notifications are sent when notification groupng is enabled.
    Syntax
    'Declaration
     
    Public Enum OracleNotificationGroupingType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleNotificationGroupingType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    LastOnly the notification about the last event happened during the OracleNotificationRequest.GroupingInterval is sent.
    SummaryNotification, occurred within OracleNotificationRequest.GroupingInterval are united into one summary notification.
    Inheritance Hierarchy

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

    See Also