Back to Devexpress

XpoDefault.ObjectLayer Property

xpo-devexpress-dot-xpo-dot-xpodefault-ca8cbb61.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static IObjectLayer ObjectLayer { get; set; }
vb
Public Shared Property ObjectLayer As IObjectLayer

Property Value

TypeDescription
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

ObjectLayer

XpoDefault Class

XpoDefault Members

DevExpress.Xpo Namespace