dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueMessage Class / RawPayload Property

In This Topic
    RawPayload Property
    In This Topic
    Gets or sets payload of type RAW for RAW queues.
    Syntax
    'Declaration
     
    Public Property RawPayload As OracleBinary
    public OracleBinary RawPayload {get; set;}

    Property Value

    Message payload of type RAW for RAW queues.
    Remarks
    This property and ObjectPayload property cannot be both set at the same time.
    See Also