SimpleDataLayer(XPDictionary, IDataStore) Constructor
In This Article
Initializes a new instance of the SimpleDataLayer class with the specified IDataStore object and metadata information.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public SimpleDataLayer(
XPDictionary dictionary,
IDataStore provider
)
#Parameters
Name | Type | Description |
---|---|---|
dictionary | XPDictionary | An XPDictionary object that specifies the metadata. |
provider | IData |
A IData |
See Also