Sys.Data.AdoNetActionResult.operation Property

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.

See Also

Other Resources

Sys.Data.AdoNetActionResult Class

Sys.Data.AdoNetActionSequence Class