ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / C1DataSource Class / ClientCache Property

In This Topic
    ClientCache Property (C1DataSource)
    In This Topic
    Gets or sets the C1.Data.Entities.EntityClientCache used by this C1DataSource to access the data.
    Syntax
    'Declaration
     
    
    Public Property ClientCache As EntityClientCache
    public EntityClientCache ClientCache {get; set;}
    See Also