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

IDataLayer Interface

The interface to which data access layers should conform.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public interface IDataLayer :
    IDisposable,
    IDataLayerProvider,
    IXPDictionaryProvider

Remarks

The following classes implement the IDataLayer interface:

  • SimpleDataLayer - Used by default.

    Use this DAL if you need to modify the object metadata at runtime.

  • ThreadSafeDataLayer

    Use this DAL if multiple threads are allowed to access data in a data store.

Extension Methods

See Also