EldorADO.NET Class Library

ObjectContext Methods

[This is preliminary documentation and subject to change.]

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

Public Instance Methods

CollectOverloaded. 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) 
FillOverloaded. Execute a query against the LocalStorage.
FindOverloaded. Return the entity with a given oid.
GetCountOverloaded. Return the number of rows that would be returned by the equivalent Fill method.
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetReaderOverloaded. Execute a query against the LocalStorage.
GetType (inherited from Object) 
InitializeLifetimeService (inherited from MarshalByRefObject) 
PreloadOverloaded. 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.

Protected Instance Methods

Dispose (inherited from Component)Overloaded.  
Finalize (inherited from Component) 
GetService (inherited from Component) 
MemberwiseClone (inherited from Object) 

See Also

ObjectContext Class | Eldorado.Object.Disconnected Namespace