Back to Devexpress

SimpleObjectLayer.DataLayer Property

xpo-devexpress-dot-xpo-dot-simpleobjectlayer-6e5c0927.md

latest1.1 KB
Original Source

SimpleObjectLayer.DataLayer Property

Provides access to the current object layer’s data access layer that is used to access a data store.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Browsable(false)]
public IDataLayer DataLayer { get; }
vb
<Browsable(False)>
Public ReadOnly Property DataLayer As IDataLayer

Property Value

TypeDescription
IDataLayer

An object which implements the IDataLayer interface.

|

See Also

SimpleObjectLayer Class

SimpleObjectLayer Members

DevExpress.Xpo Namespace