Back to Devexpress

SerializableObjectLayerClient Properties

xpo-devexpress-dot-xpo-dot-serializableobjectlayerclient-dot-underscore-properties.md

latest2.5 KB
Original Source

SerializableObjectLayerClient Properties

An object access layer that saves and loads persistent objects via an object implementing the ISerializableObjectLayer interface.

NameDescription
AutoCreateOptionReturns an AutoCreateOption value associated with the current object layer.
CanLoadCollectionObjectsIndicates if an object layer can call the SerializableObjectLayerClient.LoadCollectionObjects method to load collection properties.
CanLoadCollectionObjectsAsynchronouslyIndicates if an object layer can call the SerializableObjectLayerClient.LoadCollectionObjectsAsync method to asynchronously load collection properties.
ConnectionProvides access to the current object layer’s IDbConnection object that is used to access a database.
DataLayerProvides access to the current object layer’s data access layer which is used to access a data store.
DictionaryGets an object providing metadata on persistent objects stored in a data store.
ObjectLayerReturns the current SerializableObjectLayerClient object.
SerializableObjectLayer

See Also

SerializableObjectLayerClient Class

SerializableObjectLayerClient Members

DevExpress.Xpo Namespace