dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueEnqueueOptions Class / Transformation Property

In This Topic
    Transformation Property (OracleQueueEnqueueOptions)
    In This Topic
    Gets or sets the transformation that will be applied before enqueuing the message.
    Syntax
    'Declaration
     
    Public Property Transformation As String
    public string Transformation {get; set;}
    Remarks
    The return type of the transformation function must match the type of the queue.
    See Also