XPClassInfo.PersistentBaseClass Property
In This Article
Gets the information about the nearest persistent parent class in the inheritance hierarchy.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPClassInfo PersistentBaseClass { get; }
#Property Value
Type | Description |
---|---|
XPClass |
An XPClass |
See Also