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

In This Topic
    EntityClientCache Class
    In This Topic
    Represents a client-side cache specific to Entity Framework.
    Object Model
    EntityClientCache Class
    Syntax
    'Declaration
     
    
    Public Class EntityClientCache 
       Inherits C1.Data.ClientCacheBase
    public class EntityClientCache : C1.Data.ClientCacheBase 
    Remarks
    Usually, a single instance of this class is created on application startup and exists during the entire application lifetime, while each form, window, or user control works with data using a EntityClientScope created by calling the CreateScope method.
    Inheritance Hierarchy

    System.Object
       C1.Data.ClientCacheBase
          C1.Data.Entities.EntityClientCache

    See Also