dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / GetQueueTable Method
Name of existent queue table.
Connection to Oracle server.

In This Topic
    GetQueueTable Method
    In This Topic
    Creates an instance of OracleQueueTable, related to queue table existent on a server.
    Syntax
    'Declaration
     
    Public Shared Function GetQueueTable( _
       ByVal name As String, _
       ByVal connection As OracleConnection _
    ) As OracleQueueTable
    public static OracleQueueTable GetQueueTable( 
       string name,
       OracleConnection connection
    )

    Parameters

    name
    Name of existent queue table.
    connection
    Connection to Oracle server.

    Return Value

    OracleQueueTable instance, related to queue table existent on a server.
    Remarks
    Returning instance has valid Options state.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also