Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SerializableObjectLayerClient Properties

An object access layer that saves and loads persistent objects via an object implementing the ISerializableObjectLayer interface.
Name Description
AutoCreateOption Returns an AutoCreateOption value associated with the current object layer.
CanLoadCollectionObjects Indicates if an object layer can call the SerializableObjectLayerClient.LoadCollectionObjects method to load collection properties.
CanLoadCollectionObjectsAsynchronously Indicates if an object layer can call the SerializableObjectLayerClient.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 which 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 SerializableObjectLayerClient object.
SerializableObjectLayer
See Also