Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a description of the data operation that was performed.
get_operation: function()
Usage
var a = exampleActionResult.get_operation();
Return Value
The string "insert", "update", or "remove".
Remarks
Use the operation property to identify the type of data operation that was performed.