EntityClientScope Class Members
In This Topic
The following tables list the members exposed by EntityClientScope.
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. (Inherited from C1.Data.ClientScope) |
| 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. (Inherited from C1.Data.ClientScope) |
| GetItems | Overloaded. Gets a client view of entities of a given type. |
| Release | Overloaded. Unmark a needed entity. (Inherited from C1.Data.ClientScope) |
Top
See Also