Skip to main content

ModelDifference Class

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

Declaration

[ImageName("ModelEditor_ModelMerge")]
[OptimisticLockIgnore]
[RuleCombinationOfPropertiesIsUnique(null, DefaultContexts.Save, "UserId, ContextId")]
public class ModelDifference :
    BaseObject,
    IModelDifference

Remarks

For details, refer to the IModelDifference interface description.

Inheritance

Object
BaseObject
ModelDifference
See Also