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

SimpleDataLayer Class

Implements a data layer that enables the object metadata to be modified at runtime.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public class SimpleDataLayer :
    BaseDataLayer,
    IDataLayerForTests,
    IDataLayer,
    IDisposable,
    IDataLayerProvider,
    IXPDictionaryProvider,
    IDataLayerAsync

Remarks

This class implements a data layer that enables the object metadata to be modified at runtime. See the Data Access Layer concept for more information on using data layers.

Inheritance

Object
DevExpress.Xpo.Helpers.BaseDataLayer
SimpleDataLayer

Extension Methods

See Also