Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

SessionObjectLayer Properties

An object access layer that saves and loads persistent objects via a parent session or unit of work.
Name Description
AutoCreateOption Returns an AutoCreateOption value associated with the current object layer.
CanLoadCollectionObjects Indicates if an object layer can call the SessionObjectLayer.LoadCollectionObjects method to load collection properties.
CanLoadCollectionObjectsAsynchronously This member supports the internal infrastructure and is not intended to be used directly from your code.
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 SessionObjectLayer object.
See Also