Back to Devexpress

Session.GetObjectType(XPClassInfo) Method

xpo-devexpress-dot-xpo-dot-session-dot-getobjecttype-x28-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-x29.md

latest1.1 KB
Original Source

Session.GetObjectType(XPClassInfo) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPObjectType GetObjectType(
    XPClassInfo objectType
)
vb
Public Function GetObjectType(
    objectType As XPClassInfo
) As XPObjectType

Parameters

NameType
objectTypeXPClassInfo

Returns

Type
XPObjectType

See Also

Session Class

Session Members

DevExpress.Xpo Namespace