Back to Devexpress

EntityServerModeSource Events

corelibraries-devexpress-dot-data-dot-linq-dot-entityservermodesource-dot-underscore-events.md

latest1.3 KB
Original Source

EntityServerModeSource Events

The data source for the GridControl, PivotGridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in server mode.

NameDescription
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ExceptionThrownEnables you to manually handle the database exception.
InconsistencyDetectedEnables you to manually handle the inconsistency detected during an operation on a data source.

See Also

EntityServerModeSource Class

EntityServerModeSource Members

DevExpress.Data.Linq Namespace