Skip to main content
A newer version of this page is available. .

SimpleDataLayer Class

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

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

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.

Implements

Inheritance

Object
DevExpress.Xpo.Helpers.BaseDataLayer
SimpleDataLayer

Extension Methods

See Also