Back to Devexpress

DevExpress.Data.Linq Namespace

corelibraries-devexpress-dot-data-a088904e.md

latest3.2 KB
Original Source

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

NameDescription
EntityInstantFeedbackSourceThe data source for the GridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in Instant Feedback Mode.
EntityServerModeSourceThe data source for the GridControl, PivotGridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in server mode.
GetQueryableEventArgsProvides data for the LinqInstantFeedbackSource.GetQueryable and LinqInstantFeedbackSource.DismissQueryable events.
LinqInstantFeedbackSourceThe data source for the GridControl and SearchLookUpEdit that binds these controls to any queryable source (‘LINQ to SQL Classes’) in Instant Feedback Mode.
LinqServerModeExceptionThrownEventArgsProvides data for the LinqServerModeSource.ExceptionThrown event.
LinqServerModeInconsistencyDetectedEventArgsProvides data for the LinqServerModeSource.InconsistencyDetected event.
LinqServerModeSourceThe 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

NameDescription
LinqServerModeExceptionThrownEventHandlerRepresents a method that will handle the LinqServerModeSource.ExceptionThrown event.
LinqServerModeInconsistencyDetectedEventHandlerRepresents a method that will handle the LinqServerModeSource.InconsistencyDetected event.