LinqServerModeSource.InconsistencyDetected Event
Enables you to manually handle the inconsistency detected during an operation on a data source.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Event Data
The InconsistencyDetected event's data class is LinqServerModeInconsistencyDetectedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Handled | Gets or sets whether the inconsistency detected during an operation on a data source should be handled manually. |
Remarks
The InconsistencyDetected event is raised when an inconsistency has been detected during an operation on a data source. Set the LinqServerModeInconsistencyDetectedEventArgs.Handled property to true, to manually handle the error. Otherwise, the data will be reloaded from the data source.