SimpleDataLayer(XPDictionary, IDataStore) Constructor
Initializes a new instance of the SimpleDataLayer class with the specified IDataStore object and metadata information.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dictionary | XPDictionary | An XPDictionary object that specifies the metadata. |
| provider | IDataStore | A IDataStore object which implements data-specific functionality. |
See Also