For a list of all members of this type, see ObjectContext members.
| Name | Description | |
|---|---|---|
| CacheManager | Specifies the class that implements the ICacheManager interface. | |
| ConcurrencyManager | Specifies the class that implements the IConcurrencyManager interface. | |
| Factory | Gets the ObjectContextFactory that allows creating ObjectContext instances by applying a policy. Such as creating a new ObjectContext instance on each call (ASP.NET applications) or for each different thread (Windows applications). | |
| PersistentFactory | Gets or sets a class implementing the IPersistentFactory interface. | |
| PersistentQueriesProviders | Gets the list of IPersistentQueriesProviders. An IPersistentQueriesProvider allows to specify the insert, update and delete query statements directly. The framework is going to use these statements (instead of the automatically created ones) when doing inserts, updates and deletes on persistent objects. | |
| Storage | Returns the class that implements the IStorage interface. |