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

Telerik.Web.UI.ODataSource.Transport.CrudBase

This Class Gets or sets the data service url for CRUD operation and the type of the response. It could be JSON or JSONP if the request is cross domain.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.ODataSource.Transport.CrudBase

Properties

DataType ODataSourceResponseType

Gets or sets the type of the response. It could be JSON or JSONP, should the request is cross domain.

Url Uri

Gets or sets the data service url for CRUD operation.

In this article