Back to Devexpress

SimpleObjectLayer Properties

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

latest2.3 KB
Original Source

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).

NameDescription
AutoCreateOptionReturns an AutoCreateOption value associated with the current object layer.
CanLoadCollectionObjectsIndicates if an object layer can call the SimpleObjectLayer.LoadCollectionObjects method to load collection properties.
CanLoadCollectionObjectsAsynchronouslyIndicates if an object layer can call the SimpleObjectLayer.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 that is used to access a data store.
DictionaryGets an object providing metadata on persistent objects stored in a data store.
ObjectLayerReturns the current SimpleObjectLayer object.

See Also

SimpleObjectLayer Class

SimpleObjectLayer Members

DevExpress.Xpo Namespace