ADO.NET Provider for OData

Build 25.0.9434

URL

Specifies the root URL of the OData service, also called the service root URL. For example, http://services.odata.org/V4/Northwind/Northwind.svc.

Data Type

string

Default Value

""

Remarks

The service root is the base portion of a URL before the resource path and any query options.

For example, in the URL: http://host:port/path/SampleService.svc/Categories(1)/Products?$top=2$orderby=Name

  • The service root URL is http://host:port/path/SampleService.svc/.
  • The resource path is Categories(1)/Products?.
  • The query options are $top=2$orderby=Name.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434