SimpleObjectLayer Class
An object access layer that saves and loads persistent objects via a data access layer associated with a data store provider (an IDataStore implementation).
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
This object layer is used by default for a Session or UnitOfWork. The SimpleObjectLayer uses a data access layer (an IDataLayer implementation) as a data source.
Inheritance
Object
SimpleObjectLayer
See Also