'Declaration Public Enum OracleQueueVisibility Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum OracleQueueVisibility : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum OracleQueueVisibility Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum OracleQueueVisibility : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Immediate | The 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. |
OnCommit | The enqueue is part of the current transaction. The operation is complete when the transaction commits. |
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.OracleQueueVisibility
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