XPDictionary.QueryClassInfo(Object) Method
In This Article
When implemented by a class, returns the persistent class metadata information for the specified persistent object.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPClassInfo QueryClassInfo(
object theObject
)
#Parameters
Name | Type | Description |
---|---|---|
the |
Object | The persistent object. |
#Returns
Type | Description |
---|---|
XPClass |
The XPClass |
See Also