SimpleDataLayer Constructors
Implements a data layer that enables the object metadata to be modified at runtime.| Name | Parameters | Description |
|---|---|---|
| SimpleDataLayer(IDataStore) | provider | Initializes a new instance of the SimpleDataLayer class with a specified data store provider and default metadata information. |
| SimpleDataLayer(XPDictionary, IDataStore) | dictionary, provider | Initializes a new instance of the SimpleDataLayer class with the specified IDataStore object and metadata information. |
See Also