[]
Defines a scope of data access. Provides facilities to create client views.
public class EntityClientScope : ClientScope, IDisposable
Usually, one scope is created for each window/user control, and disposed at the end of its lifetime. Entities pinned to the scope (marked as needed) are not evicted from the cache until the scope is disposed or collected by the GC.
Name | Description |
---|---|
EntityClientScope(EntityClientCache) | Initializes a new instance of the EntityClientScope class with the specified EntityClientCache. |
Name | Description |
---|---|
ClientCache | Gets the EntityClientCache to which this client scope is connected. |
Name | Description |
---|---|
GetItems<T>() | Gets a client view of entities of a given type. |
GetItems<T>(string) | Gets a client view of entities from the specified |