XpoDefault.GetDictionary() Method
Gets the dictionary where metadata on persistent objects is stored by default.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Returns
Type | Description |
---|---|
XPDictionary | An XPDictionary object that provides metadata on persistent objects in a data store. |
See Also