Skip to main content

XPClassInfo.PersistentBaseClass Property

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
XPClassInfo

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

See Also