EldorADO.NET Class Library

ObjectContext Properties

[This is preliminary documentation and subject to change.]

The properties of the ObjectContext class are listed below. For a complete list of ObjectContext class members, see the ObjectContext Members topic.

Public Instance Properties

Container (inherited from Component) 
Disconnected When navigating from entity to entity using the dot notation or the foreach instruction, indicates whether data should be automatically fetched from the RemoteSources (Disconnected = false) or not.
LocalStorage The IObjectStorage object which contains the in-process temporary data.
RemoteSources The IObjectSource object which gives access to the out-of process database.
rootDomainMissing <summary> documentation for P:Eldorado.Object.Disconnected.ObjectContext.rootDomain
Site (inherited from Component) 

Protected Instance Properties

DesignMode (inherited from Component) 
Events (inherited from Component) 

See Also

ObjectContext Class | Eldorado.Object.Disconnected Namespace