OracleQueueTable Constructor(String)
In This Topic
Initializes a new instance of the
OracleQueueTable class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public OracleQueueTable(
string
)
Parameters
- name
- The name of the database table which will contain queues.
See Also