dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueue Class / OracleQueue Constructor / OracleQueue Constructor(String)
The name of the queue created on a server.

In This Topic
OracleQueue Constructor(String)
In This Topic
Initializes a new instance of the OracleQueue class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String _
)
 

Parameters

name
The name of the queue created on a server.
See Also