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.
    See Also