Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

SimpleObjectLayer Class

An object access layer that saves and loads persistent objects via a data access layer associated with a data store provider (an IDataStore implementation).

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public class SimpleObjectLayer :
    IObjectLayerForTests,
    IObjectLayer,
    IObjectLayerProvider,
    IXPDictionaryProvider,
    IObjectLayerEx,
    IDataLayerProvider,
    IObjectLayerAsync,
    ICommandChannel,
    ICommandChannelAsync

Remarks

This object layer is used by default for a session or unit of work. The SimpleObjectLayer uses a data access layer (an IDataLayer implementation) as a data source.

Inheritance

Object
SimpleObjectLayer
See Also