XpoDefault.ObjectLayer Property
In This Article
Specifies the default object access layer which is used by Session objects by default, to retrieve and update object data in a data store.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public static IObjectLayer ObjectLayer { get; set; }
#Property Value
Type | Description |
---|---|
IObject |
An object which implements the IObject |
See Also