SimpleObjectLayer.FromDataLayer(IDataLayer) Method
In This Article
Creates a new SimpleObjectLayer and initializes it with a specified data access layer.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public static SimpleObjectLayer FromDataLayer(
IDataLayer dataLayer
)
#Parameters
Name | Type | Description |
---|---|---|
data |
IData |
An object implementing the IData |
#Returns
Type | Description |
---|---|
Simple |
A Simple |
See Also