dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTableOptions Class / OracleQueueTableOptions Constructor / OracleQueueTableOptions Constructor(String)
Type of the user data stored, either user-defined type or RAW.

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

    Parameters

    payloadTypeName
    Type of the user data stored, either user-defined type or RAW.
    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