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

    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