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

OracleQueueVisibility Enumeration
Specifies the visibility options for an enqueue operation.
Syntax
'Declaration
 
Public Enum OracleQueueVisibility 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
ImmediateThe enqueue operation is not part of the current transaction, but an autonomous transaction which commits at the end of the operation. This is the only value allowed when enqueuing to a non-persistent queue.
OnCommitThe enqueue is part of the current transaction. The operation is complete when the transaction commits.
Inheritance Hierarchy

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

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