ComponentOne Data Source for Entity Framework
C1.Data.Entities Namespace / EntityClientScope Class
Members

In This Topic
    EntityClientScope Class
    In This Topic
    Defines a scope of data access. Provides facilities to create client views.
    Object Model
    EntityClientScope Class
    Syntax
    'Declaration
     
    
    Public Class EntityClientScope 
       Inherits C1.Data.ClientScope
    public class EntityClientScope : C1.Data.ClientScope 
    Remarks
    Usually, one scope is created for each window/user control, and disposed at the end of its lifetime. Entities pinned to the scope (marked as needed) are not evicted from the cache until the scope is disposed or collected by the GC.
    Inheritance Hierarchy

    System.Object
       C1.Data.ClientScope
          C1.Data.Entities.EntityClientScope

    See Also