Sys.Data.AdoNetServiceProxy.path Property

Gets the path to the ADO.NET Data Service.

get_path: function()

Usage

var a = exampleDataService.get_path();

Return Value

A string that contains the path to the ADO.NET Data Service.

Remarks

Attempting to set the path property will result in error. You are not allowed to change the ADO.NET Data Service path.

See Also

Other Resources

Sys.Data.AdoNetServiceProxy Class