Skip to main content
A newer version of this page is available. .

XPClassInfo.PersistentBaseClass Property

Gets the information about the nearest persistent parent class in the inheritance hierarchy.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public XPClassInfo PersistentBaseClass { get; }

Property Value

Type Description
XPClassInfo

An XPClassInfo object which corresponds to the nearest persistent parent class in the inheritance hierarchy.

See Also