SimpleObjectLayer.Dictionary Property
Gets an object providing metadata on persistent objects stored in a data store.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Property Value
| Type | Description |
|---|---|
| XPDictionary | An XPDictionary object, which provides metadata on persistent objects stored in a data store. |
Remarks
For the SimpleObjectLayer, the Dictionary property returns the Session.Dictionary property value of the session assigned to the DevExpress.Xpo.SessionObjectLayer.ParentSession field.
See Also