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

In This Topic
    ClientScope Class
    In This Topic
    Defines a scope of data access. Provides facilities to create client views.
    Object Model
    ClientScope Class
    Syntax
    'Declaration
     
    
    Public Class ClientScope 
    public class ClientScope 
    Remarks

    Usually, one scope is created per form/window. Entities pinned to the scope (marked as needed) are not evicted from the cache until the scope is disposed or collected by the garbage collector.

    This class is a base class for platform-specific scopes, such as C1.Data.Entities.EntityClientCache (Entity Framework) and C1.Silverlight.Data.RiaServices.RiaClientCache (RIA Services).

    Inheritance Hierarchy

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

    See Also