Sys.Data.AdoNetServiceProxy.serviceUri Property

Gets the URI of the data service.

get_serviceUri: function()

Usage

var a = exampleDataService.get_serviceUri();

Return Value

A string that contains the URI of the data service.

Remarks

Use the serviceUri property to retrieve the URI of the data service that is used for data operations. The serviceUri property returns the same value that was passed in the serviceUri parameter of the AdoNetServiceProxy class constructor.

See Also

Other Resources

Sys.Data.AdoNetServiceProxy Class