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 |
---|---|
Auto |
Returns an Auto |
Can |
Indicates if an object layer can call the Simple |
Can |
Indicates if an object layer can call the Simple |
Connection |
Provides access to the current object layer’s IDb |
Data |
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. |
Object |
Returns the current Simple |
See Also