xpo-devexpress-dot-xpo-8f32a5c7.md
The interface to which object access layers should conform.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public interface IObjectLayer :
IObjectLayerProvider,
IXPDictionaryProvider
Public Interface IObjectLayer
Inherits IObjectLayerProvider,
IXPDictionaryProvider
The following members return IObjectLayer objects:
The IObjectLayer interface declares the members that are common to all object access layers that provide means for sessions to interact with data access layers.
The following classes implement the IObjectLayer interface:
DevExpress.Xpo.SessionObjectLayer - An object access layer that saves and loads persistent objects via a parent Session or UnitOfWork.See Also