'Declaration Public Overloads Shared Function CreateQueueTable( _ ByVal name As String, _ ByVal options As OracleQueueTableOptions, _ ByVal connection As OracleConnection _ ) As OracleQueueTable
public static OracleQueueTable CreateQueueTable( string name, OracleQueueTableOptions options, OracleConnection connection )
Parameters
- name
- Name of the queue table in the database.
- options
- Parameters for creating the queue table in the database.
- connection
- An OracleConnection to the Oracle server which provides the AQ functionality.
Return Value
Returns the OracleQueueTable instance with Name, Options and Connection set as in the arguments.