Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.