Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SessionObjectLayer.Dictionary Property

Gets an object providing metadata on persistent objects stored in a data store.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[Browsable(false)]
public XPDictionary Dictionary { get; }

Property Value

Type Description
XPDictionary

An XPDictionary object which provides metadata on persistent objects stored in a data store.

Remarks

For the SessionObjectLayer, the Dictionary property returns the Session.Dictionary property value of the session assigned to the SessionObjectLayer.ParentSession field.

See Also