Skip to main content
.NET 6.0+

XpoDefault.GetDictionary() Method

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

Namespace: DevExpress.Xpo

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