New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.ODataSettings

Represents the settings to be used for OData databinding.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.ODataSettings

Properties

Entities ODataEntityTypeCollection

Desrcibes the Entities, that the WebService can return. These are usually declared in the http://webserviceurl/$metadata metadata document.

EntityContainer ODataEntityContainerCollection

Maps Entities to a Containers (Collectons).

InitialContainerName String

Gets or sets the initial collection to bind against

ResponseType ODataResponseType

Gets or sets the url of the web service to be used

In this article