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> | |
| DataSourceLangParamsBuilder | |
| 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 |