SimpleDataLayer Class
Implements a data layer that enables the object metadata to be modified at runtime.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public class SimpleDataLayer :
BaseDataLayer,
IDataLayerForTests,
IDataLayer,
IDisposable,
IDataLayerProvider,
IXPDictionaryProvider,
IDataLayerAsync
#Remarks
This class implements a data layer that enables the object metadata to be modified at runtime. See the Data Access Layer concept for more information on using data layers.