IObjectLayerAsync Interface
Declares asynchronous methods for an object access layer.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Remarks
The following classes implement the IObjectLayerAsync interface:
- SimpleObjectLayer - An object access layer that saves and loads persistent objects via a data access layer associated with a data store provider (an IDataStore implementation).
DevExpress.Xpo.SessionObjectLayer- An object access layer that saves and loads persistent objects via a parent Session or UnitOfWork.- SerializableObjectLayerClient - An object access layer that saves and loads persistent objects via an object implementing the ISerializableObjectLayer interface.
See Also