EntityServerModeSource Events
The data source for the GridControl, PivotGridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in server mode.| Name | Description |
|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| ExceptionThrown | Enables you to manually handle the database exception. |
| InconsistencyDetected | Enables you to manually handle the inconsistency detected during an operation on a data source. |
See Also