SimpleObjectLayer Properties
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 | Description |
---|---|
AutoCreateOption | Returns an AutoCreateOption value associated with the current object layer. |
CanLoadCollectionObjects | Indicates if an object layer can call the SimpleObjectLayer.LoadCollectionObjects method to load collection properties. |
CanLoadCollectionObjectsAsynchronously | Indicates if an object layer can call the SimpleObjectLayer.LoadCollectionObjectsAsync method to asynchronously load collection properties. |
Connection | Provides access to the current object layer’s IDbConnection object that is used to access a database. |
DataLayer | Provides access to the current object layer’s data access layer that is used to access a data store. |
Dictionary | Gets an object providing metadata on persistent objects stored in a data store. |
ObjectLayer | Returns the current SimpleObjectLayer object. |
See Also