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

DevExtreme.AspNet.Mvc.Builders.DataSources Namespace

Contains classes that implement the data access functionality.

Assembly: DevExtreme.AspNet.Core.dll

Classes

Name Description
ArrayDataSourceBuilder Provides methods that allow you to configure access to a collection: Array, List, or IEnumerable.
ControllerDataSourceOptionsBuilder Provides methods that allow you to configure access to an API controller.
DataLibraryApiBuilder<TSelf>
DataSourceOptionsBuilder Provides methods that allow you to configure initial sorting, filtering, grouping, and other data shaping operations.
DataSourceSortBuilder
ODataSourceBuilder Provides methods that allow you to configure access to an OData service.
RemoteControllerDataSourceOptionsBuilder Provides methods that allow you to configure access to a controller on a different site or to a Razor page handler.
StaticJsonDataSourceBuilder Provides methods that allow you to configure access to read-only data in JSON format.
StoreDataSourceBuilder
XmlaDataSourceBuilder