Sys.Data.AdoNetActionSequence.serviceProxy Property

Gets the data service object that is used for data operations.

get_serviceProxy: function()

Usage

var a = exampleActionSequence.get_serviceProxy();

Return Value

The Sys.Data.AdoNetServiceProxy object for performing the data operations in the sequence.

Remarks

Use the serviceProxy property to retrieve the AdoNetServiceProxy object that is used for data operations. The serviceProxy property returns the object that was passed in the dataService parameter of the constructor.

See Also

Other Resources

Sys.Data.AdoNetActionSequence Class