Skip to main content

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.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public XPClassInfo QueryClassInfo(
    object theObject
)

#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