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

XpoDefault.ObjectLayer Property

Specifies the default object access layer which is used by Session objects by default, to retrieve and update object data in a data store.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public static IObjectLayer ObjectLayer { get; set; }

Property Value

Type Description
IObjectLayer

An object which implements the IObjectLayer interface; null - in this case, every new session will create and use its own object layer.

See Also