ModelDifferenceAspect Class
In This Article
The entity used to store model difference aspects 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")]
public class ModelDifferenceAspect :
IModelDifferenceAspect,
INotifyPropertyChanged,
IObjectSpaceLink
#Remarks
For details, refer to the IModelDifferenceAspect interface description.
See Also