ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientCacheBase Class / Refresh Method

In This Topic
    Refresh Method (ClientCacheBase)
    In This Topic
    Refreshes data in all C1DataSource controls connected to this ClientCacheBase.
    Syntax
    'Declaration
     
    
    Public Sub Refresh() 
    public void Refresh()
    Remarks
    This method calls C1DataSource.Refresh() for every C1DataSource connected to this ClientCacheBase. Changes made on the client are preserved.
    See Also