Chili.Opf3 Send comments on this topic.
ObjectContext Class Properties
See Also 
Chili.Opf3 Namespace : ObjectContext Class


For a list of all members of this type, see ObjectContext members.

Public Properties

 NameDescription
Public PropertyCacheManager Specifies the class that implements the ICacheManager interface.  
Public PropertyConcurrencyManager Specifies the class that implements the IConcurrencyManager interface.  
Public Propertystatic (Shared in Visual Basic)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).  
Public Propertystatic (Shared in Visual Basic)PersistentFactory Gets or sets a class implementing the IPersistentFactory interface.  
Public PropertyPersistentQueriesProviders 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.  
Public PropertyStorage Returns the class that implements the IStorage interface.  
Top

See Also