Sys.Data.AdoNetServiceProxy.createActionSequence Method

Returns an AdoNetActionSequence object that can be used to execute multiple operations as a batch.

createActionSequence: function()

Usage

var a = exampleDataService.createActionSequence();

Return Value

An AdoNetActionSequence object.

Remarks

Use the createActionSequence method when you need to execute more than one operation as a batch. The AdoNetActionSequence object returned by the createActionSequence method is used to add operations to a queue that will be executed in sequence. You must call the execute method to execute the actions.