Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public event LinqServerModeInconsistencyDetectedEventHandler InconsistencyDetected

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.

See Also