Back to Devexpress

XPDictionary.QueryClassInfo(Object) Method

xpo-devexpress-dot-xpo-dot-metadata-dot-xpdictionary-dot-queryclassinfo-x28-system-dot-object-x29.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPClassInfo QueryClassInfo(
    object theObject
)
vb
Public Function QueryClassInfo(
    theObject As Object
) As XPClassInfo

Parameters

NameTypeDescription
theObjectObject

The persistent object.

|

Returns

TypeDescription
XPClassInfo

The XPClassInfo object for the specified object or null reference ( Nothing in Visual Basic) when the metadata information cannot be obtained.

|

See Also

XPDictionary Class

XPDictionary Members

DevExpress.Xpo.Metadata Namespace