'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