XPDictionary.QueryClassInfo(Object) Method
When implemented by a class, returns the persistent class metadata information for the specified persistent object.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| theObject | Object | The persistent object. |
Returns
| Type | Description |
|---|---|
| XPClassInfo | The XPClassInfo object for the specified object or null reference (Nothing in Visual Basic) when the metadata information cannot be obtained. |
See Also