Skip to main content
.NET 8.0+

XpoDefault.GetDictionary() Method

In This Article

Gets the dictionary where metadata on persistent objects is stored by default.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public static XPDictionary GetDictionary()

#Returns

Type Description
XPDictionary

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

See Also