dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueEnqueueOptions Class
Properties Methods

OracleQueueEnqueueOptions Class Members

The following tables list the members exposed by OracleQueueEnqueueOptions.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the OracleQueueEnqueueOptions class.  
Top
Public Properties
 NameDescription
Public PropertyThe enqueuer specifies the delivery mode of the messages it wishes to enqueue in the enqueue options.  
Public PropertyGets or sets the message identifier of the message which is referenced in the sequence deviation operation.  
Public PropertySpecifies whether the message being enqueued should be dequeued before other messages already in the queue.  
Public PropertyGets or sets the transformation that will be applied before enqueuing the message.  
Public PropertyGets or sets the transactional behavior of the enqueue request.  
Top
Public Methods
 NameDescription
Public MethodCompares two OracleQueueEnqueueOptions objects to determine if they are equal.  
Public MethodReturns hash code of the current OracleQueueEnqueueOptions instance.  
Public MethodGets the object's type.  
Top
See Also