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

IDataLayerAsync Interface

Declares asynchronous methods for data access layers.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public interface IDataLayerAsync :
    IDataLayer,
    IDisposable,
    IDataLayerProvider,
    IXPDictionaryProvider

Remarks

The following classes implement the IDataLayerAsync 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