ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientViewSource Class / Refresh() Method

In This Topic
    Refresh() Method
    In This Topic
    Starts a load operation ignoring the client-side cache. Any pending load will be implicitly canceled.
    Syntax
    'Declaration
     
    
    Public Sub Refresh() 
    public void Refresh()
    Remarks
    Use this method to refresh data with any changes that may have occurred on the server
    See Also