ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientScope Class
Properties Methods

In This Topic
    ClientScope Class Members
    In This Topic

    The following tables list the members exposed by ClientScope.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of ClientScope class with the given ClientCacheBase.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the ClientCacheBase to which this client scope is connected.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Marks an entity as needed. Needed entities are not detached/released from the context until the client scope is disposed.  
    Public MethodMarks 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.  
    Public MethodOverloaded. Unmark a needed entity.  
    Top
    See Also