SessionObjectLayer.GetObjectLayerWideObjectTypes() Method
In This Article
Returns a Dictionary<XPClassInfo,XPObjectType> specifying the correspondence of XPClassInfo objects to XPObjectType records.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public Dictionary<XPClassInfo, XPObjectType> GetObjectLayerWideObjectTypes()
#Returns
Type | Description |
---|---|
Dictionary<XPClass |
A Dictionary<XPClass |
#Implements
See Also