For a list of all members of this type, see ObjectContext members.
| Name | Description | |
|---|---|---|
| Commit | Commits the current transaction. | |
| CreateObjRef | (Inherited from System.MarshalByRefObject) | |
| GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
| GetObject | Overloaded. | |
| GetObjectInfo | Returns the ObjectInfo object of the given persistent object. The container holds information about the state of the object. | |
| GetObjectList | Overloaded. | |
| GetObjectReader | Overloaded. | |
| Generic GetObjectSearcher | Returns a new generic ObjectSearcher class. | |
| GetObjectSet | Overloaded. | |
| InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
| IsModified | Returns whether the object has been modified since the last operation. | |
| MarkForDeletion | Marks a persistent object for deletion. | |
| PersistChanges | Overloaded. | |
| Reload | Overloaded. | |
| Rollback | Rolls the current transaction back. | |
| SetObjectState | Sets the state of the persistent object to the given ObjectStates. | |
| StartTransaction | Overloaded. |
| Name | Description | |
|---|---|---|
| Dispose | Disposes the instance of the ObjectContext. | |
| Finalize | Overridden. Destructs a new instance of the ObjectContext Class. | |
| MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
| OnDeleted | Invoked after an object is deleted from the storage. | |
| OnDeleting | Invoked before an object is deleted in the storage. | |
| OnInserted | Invoked after an object is inserted into the storage. | |
| OnInserting | Invoked before an object is inserted into the storage. | |
| OnLoaded | Invoked after an object is loaded from the storage. | |
| OnLoading | Invokes the event that is fired before an object has been loaded from the storage. | |
| OnMarkedForDeletion | Invoked after an object is marked for deletion in the storage. | |
| OnMarkingForDeletion | Invoked before an object is marked for deletion in the storage. | |
| OnPersisting | Invoked before an object is persisted in the storage. | |
| OnUpdated | Invoked after an object is updated in the storage. | |
| OnUpdating | Invoked before an object is updated in the storage. |