ClientScope Class Members
In This Topic
The following tables list the members exposed by ClientScope.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| AddRef | Overloaded. Marks an entity as needed. Needed entities are not detached/released from the context until the client scope is disposed. |
| Dispose | Marks the scope as disposed. Entities that were marked needed by a disposed scope may be disposed of (evicted from the cache, detached from context) unless they are needed by other active scopes. |
| Release | Overloaded. Unmark a needed entity. |
Top
See Also