ObjectContext Constructor | Initializes a new instance of the ObjectContext class. |
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. |
rootDomain | Missing <summary> documentation for P:Eldorado.Object.Disconnected.ObjectContext.rootDomain |
Site (inherited from Component) |
Collect | Overloaded. Return a ICollection of entities of the LocalStorage resulting from executing the query given as a parameter. |
CreateObjRef (inherited from MarshalByRefObject) | |
Dispose (inherited from Component) | Overloaded. |
Equals (inherited from Object) | |
Fill | Overloaded. Execute a query against the LocalStorage. |
Find | Overloaded. Return the entity with a given oid. |
GetCount | Overloaded. Return the number of rows that would be returned by the equivalent Fill method. |
GetHashCode (inherited from Object) | |
GetLifetimeService (inherited from MarshalByRefObject) | |
GetReader | Overloaded. Execute a query against the LocalStorage. |
GetType (inherited from Object) | |
InitializeLifetimeService (inherited from MarshalByRefObject) | |
Preload | Overloaded. Preload data from the RemoteSources into the LocalStorage according to a given object path. |
ToString (inherited from Component) | |
Update | Send all the changes in the LocalStorage to the RemoteSources. |
Disposed (inherited from Component) |
DesignMode (inherited from Component) | |
Events (inherited from Component) |
Dispose (inherited from Component) | Overloaded. |
Finalize (inherited from Component) | |
GetService (inherited from Component) | |
MemberwiseClone (inherited from Object) |
ObjectContext Class | Eldorado.Object.Disconnected Namespace