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.EFCore
#Declaration
[ImageName("ModelEditor_ModelMerge")]
public class ModelDifferenceAspect :
BaseObject,
IModelDifferenceAspect
#Remarks
For details, refer to the IModelDifferenceAspect interface description.
#Inheritance
Object
BaseObject
ModelDifferenceAspect
See Also