The EntityClientScope type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityClientScope |
Initializes a new instance of the EntityClientScope class with the specified EntityClientCache.
|
Methods
Name | Description | |
---|---|---|
AddRef(Object) |
Marks an entity as needed. Needed entities are not detached/released from the context
until the client scope is disposed.
(Inherited from ClientScope.) |
|
AddRef(Type) |
Mark all entities of a given type as needed. All entities of that type will not be detached from the context until the client scope is disposed.
(Inherited from 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 ClientScope.) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetItems<(Of <<'(T>)>>)()()()() |
Gets a client view of entities of a given type.
|
|
GetItems<(Of <<'(T>)>>)(String) |
Gets a client view of entities from the specified entitySetName.
|
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Release(Object) |
Unmark a needed entity.
(Inherited from ClientScope.) |
|
Release(Type) |
Unmark a needed entity type. Calling this method does not release memory.
(Inherited from ClientScope.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ClientCache |
Gets the EntityClientCache to which this client scope is connected.
|