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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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