ModelDifference Class
In This Article
The entity used to store model differences in the database.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.Persistent.BaseImpl.EFCore.v24.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.EF6
#Declaration
[ImageName("ModelEditor_ModelMerge")]
[RuleCombinationOfPropertiesIsUnique(null, DefaultContexts.Save, "UserId, ContextId")]
public class ModelDifference :
IModelDifference,
IObjectSpaceLink,
INotifyPropertyChanged
#Related API Members
The following members return ModelDifference objects:
#Remarks
For details, refer to the IModelDifference interface description.
See Also