DevExpress.Data.Linq Namespace
Contains classes that allow you to enable server-side data management for any LINQ provider.
Assembly: DevExpress.Web.v20.2.dll
NuGet Package: DevExpress.Web
Classes
| Name | Description |
|---|---|
| EntityServerModeDataSource | A data source that can be associated with the Entity Framework source. |
| LinqServerModeDataSource | A data source that can be associated with any queryable source. |
| LinqServerModeDataSourceEditEventArgs | Provides data for data management events (LinqServerModeDataSource.Inserting, LinqServerModeDataSource.Updating, and LinqServerModeDataSource.Deleting). |
| LinqServerModeDataSourceSelectEventArgs | Provides data for the LinqServerModeDataSource.Selecting event. |