xpo-devexpress-dot-xpo-60e29f30.md
Declares asynchronous methods for data access layers.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public interface IDataLayerAsync :
IDataLayer,
IDisposable,
IDataLayerProvider,
IXPDictionaryProvider
Public Interface IDataLayerAsync
Inherits IDataLayer,
IDisposable,
IDataLayerProvider,
IXPDictionaryProvider
XPO provides the following IDataLayerAsync implementations:
In a general, SimpleDataLayer is equal to ThreadSafeDataLayer , and the substitution of one component by another has no effect. However, you cannot use SimpleDataLayer or ThreadSafeDataLayer under the circumstances described below:
See Also