Back to Devexpress

SerializableObjectLayerClient.DataLayer Property

xpo-devexpress-dot-xpo-dot-serializableobjectlayerclient.md

latest1.4 KB
Original Source

SerializableObjectLayerClient.DataLayer Property

Provides access to the current object layer’s data access layer which 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.

|

Remarks

For the SerializableObjectLayerClient, the DataLayer property always returns null ( Nothing in Visual Basic).

See Also

SerializableObjectLayerClient Class

SerializableObjectLayerClient Members

DevExpress.Xpo Namespace