Sys.Data.DataService.createActionSequence Method

Returns an ActionSequence object for executing several operations in one batch.

Syntax

createActionSequence: function()

Usage

var a = exampleDataService.createActionSequence();

Return Value

An ActionSequence object.

Remarks

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

This topic is ASP.NET Extensions documentation and is unsupported by Microsoft. Blank topics are included as placeholders and existing content is subject to change in future releases.