Back to Devexpress

EntityServerModeSource.InconsistencyDetected Event

corelibraries-devexpress-dot-data-dot-linq-dot-entityservermodesource-a29a4f15.md

latest2.0 KB
Original Source

EntityServerModeSource.InconsistencyDetected Event

Enables you to manually handle the inconsistency detected during an operation on a data source.

Namespace : DevExpress.Data.Linq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public event LinqServerModeInconsistencyDetectedEventHandler InconsistencyDetected
vb
Public Event InconsistencyDetected As LinqServerModeInconsistencyDetectedEventHandler

Event Data

The InconsistencyDetected event's data class is LinqServerModeInconsistencyDetectedEventArgs. The following properties provide information specific to this event:

PropertyDescription
HandledGets 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

Reload()

EntityServerModeSource Class

EntityServerModeSource Members

DevExpress.Data.Linq Namespace