dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTableOptions Class / PayloadTypeName Property

In This Topic
    PayloadTypeName Property (OracleQueueTableOptions)
    In This Topic
    Name of the queue payload type
    Syntax
    'Declaration
     
    Public Property PayloadTypeName As String
    public string PayloadTypeName {get; set;}

    Property Value

    Can be RAW or some user-defined object type. To specify the payload type as an object type, you must define the object type in the database.
    See Also