LinqServerModeInconsistencyDetectedEventArgs.Handled Property
Gets or sets whether the inconsistency detected during an operation on a data source should be handled manually.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to manually handle the inconsistency; false to reload data from the data source. |
Remarks
The Handled event is raised when when an inconsistency has been detected during an operation on a data source. Set the Handled property to true to manually handle the error. Otherwise, the data will be reloaded from the data source.
See Also