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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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