DataSource for Entity Framework in WPF
C1.Data.Entities Namespace / EntityClientScope Class
Properties Methods


In This Topic
    EntityClientScope Class Members
    In This Topic

    The following tables list the members exposed by EntityClientScope.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the EntityClientScope class with the specified EntityClientCache.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the EntityClientCache 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. (Inherited from C1.Data.ClientScope)
    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. (Inherited from C1.Data.ClientScope)
    Public MethodOverloaded. Gets a client view of entities of a given type.  
    Public MethodOverloaded. Unmark a needed entity. (Inherited from C1.Data.ClientScope)
    Top
    See Also