SerializableObjectLayerClient.Dictionary Property
Gets an object providing metadata on persistent objects stored in a data store.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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 SerializableObjectLayerClient, the Dictionary property returns the object passed as the dictionary parameter to the corresponding SerializableObjectLayerClient overloaded constructor.
See Also