Sys.Data.AdoNetActionResult.actionContext Property

Gets the state object that was passed in for the data operation.

get_actionContext: function()

Usage

var a = exampleActionResult.get_actionContext();

Return Value

The value or object that was passed in for the data operation.

Remarks

Use the actionContext property to retrieve the state object for this data operation. You pass a value in state object when you must retrieve that value in the callback function.

See Also

Other Resources

Sys.Data.AdoNetActionResult Class