getOperationType

Returns the operation type of the MBO.

Syntax

public char getOperationType()

Parameters

None.

Returns

The operation type of the MBO. Possible values are 'U' for update and insert, and 'D' for delete.

Examples

  • Get the Operation Type
    getOperationType()