XPObjectType.GetClassInfo() Method
In This Article
Returns the persistent class metadata information for the current type.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPClassInfo GetClassInfo()
#Returns
Type | Description |
---|---|
XPClass |
The XPClass |
See Also