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