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

XpoDefault.GetDictionary() Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.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