SimpleObjectLayer Constructors
An object access layer that saves and loads persistent objects via a data access layer associated with a data store provider (an IDataStore implementation).| Name | Parameters | Description |
|---|---|---|
| SimpleObjectLayer(IDataLayer) | dataLayer | Initializes a new instance of the SimpleObjectLayer class with a specified data access layer. |
See Also