DevExpress.Data.Linq Namespace
Contains classes that allow you to enable server-side data management for any LINQ provider.
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Classes
| Name | Description |
|---|---|
| EntityInstantFeedbackSource | The data source for the GridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in Instant Feedback Mode. |
| EntityServerModeSource | The data source for the GridControl, PivotGridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in server mode. |
| GetQueryableEventArgs | Provides data for the LinqInstantFeedbackSource.GetQueryable and LinqInstantFeedbackSource.DismissQueryable events. |
| LinqInstantFeedbackSource | The data source for the GridControl and SearchLookUpEdit that binds these controls to any queryable source (‘LINQ to SQL Classes’) in Instant Feedback Mode. |
| LinqServerModeExceptionThrownEventArgs | Provides data for the LinqServerModeSource.ExceptionThrown event. |
| LinqServerModeInconsistencyDetectedEventArgs | Provides data for the LinqServerModeSource.InconsistencyDetected event. |
| LinqServerModeSource | The data source for the GridControl and PivotGridControl that binds these controls to any queryable source (e.g., ‘LINQ to SQL Classes’ or XPQuery<T>) in server mode. |
Delegates
| Name | Description |
|---|---|
| LinqServerModeExceptionThrownEventHandler | Represents a method that will handle the LinqServerModeSource.ExceptionThrown event. |
| LinqServerModeInconsistencyDetectedEventHandler | Represents a method that will handle the LinqServerModeSource.InconsistencyDetected event. |