Skip to main content
A newer version of this page is available. .

ODataSourceBuilder Class

Provides methods that allow you to configure access to an OData service.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ODataSourceBuilder :
    StoreDataSourceBuilder

The following members return ODataSourceBuilder objects:

Show 38 links

Remarks

Do not instantiate this class explicitly. A new ODataSourceBuilder class instance is created when you call the OData() method.

Inheritance

See Also