ObjectContext Properties
.NET Framework (current version)
Namespace:
System.Data.Objects
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | CommandTimeout | Gets or sets the timeout value, in seconds, for all object context operations. A null value indicates that the default value of the underlying provider will be used. |
![]() | Connection | Gets the connection used by the object context. |
![]() | ContextOptions | Gets the ObjectContextOptions instance that contains options that affect the behavior of the ObjectContext. |
![]() | DefaultContainerName | Gets or sets the default container name. |
![]() | MetadataWorkspace | Gets the metadata workspace used by the object context. |
![]() | ObjectStateManager | Gets the object state manager used by the object context to track object changes. |
![]() | QueryProvider | Gets the LINQ query provider associated with this object context. |
Show:

