ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientScope Class / Dispose Method

In This Topic
    Dispose Method (ClientScope)
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public Sub Dispose() 
    public void Dispose()
    See Also