ModelDifferenceAspect.Owner Property
In This Article
Specifies the ModelDifference object the current ModelDifferenceAspect belongs to.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.Persistent.BaseImpl.EFCore.v24.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.EF6
#Declaration
[RuleRequiredField(null, DefaultContexts.Save)]
public virtual ModelDifference Owner { get; set; }
#Property Value
Type | Description |
---|---|
Model |
A the Model |
See Also