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

Session.ObjectLayer Property

Provides access to an object access layer, which the current session uses to retrieve and update object data in a data store.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v22.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
public IObjectLayer ObjectLayer { get; }

Property Value

Type Description
IObjectLayer

An object that implements the IObjectLayer interface.

See Also