[]
        
(Showing Draft Content)

C1.Data.ClientScope.Dispose

Dispose Method

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.

Declaration
public void Dispose()
Implements