expressappframework-devexpress-dot-persistent-dot-baseimpl-dot-ef-2f5261bb.md
The entity used to store model differences in the database.
Namespace : DevExpress.Persistent.BaseImpl.EF
Assembly : DevExpress.Persistent.BaseImpl.EFCore.v25.2.dll
NuGet Package : DevExpress.Persistent.BaseImpl.EFCore
[ImageName("ModelEditor_ModelMerge")]
[OptimisticLockIgnore]
[RuleCombinationOfPropertiesIsUnique(null, DefaultContexts.Save, "UserId, ContextId")]
public class ModelDifference :
BaseObject,
IModelDifference
<ImageName("ModelEditor_ModelMerge")>
<RuleCombinationOfPropertiesIsUnique(Nothing, DefaultContexts.Save, "UserId, ContextId")>
<OptimisticLockIgnore>
Public Class ModelDifference
Inherits BaseObject
Implements IModelDifference
The following members return ModelDifference objects:
For details, refer to the IModelDifference interface description.
Object BaseObject ModelDifference
See Also