xpo-devexpress-dot-xpo-4826a9a7.md
The interface to which data access layers should conform.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public interface IDataLayer :
IDisposable,
IDataLayerProvider,
IXPDictionaryProvider
Public Interface IDataLayer
Inherits IDisposable,
IDataLayerProvider,
IXPDictionaryProvider
The following members return IDataLayer objects:
Show 13 links
The following members return IDataLayer objects:
Show 12 links
XPO provides the following IDataLayer 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