Sys.Data.AdoNetActionSequence Constructor

Initializes a new instance of the Sys.Data.AdoNetActionSequence class.

Sys.Data.AdoNetActionSequence = function(dataService)

Usage

var a = new Sys.Data.AdoNetActionSequence(dataService);

Arguments

Arguments

Definition

dataService

The Sys.Data.AdoNetServiceProxy Class object to use for the data operations.

Remarks

You can create a new instance of the AdoNetActionSequence class by calling the createActionSequence method of the AdoNetServiceProxy class. The createActionSequence method returns the new AdoNetActionSequence object.