ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / C1DataSource Class / Refresh Method

In This Topic
    Refresh Method (C1DataSource)
    In This Topic
    Refreshes all C1.Data.Entities.EntityViewSource objects in the ViewSources collection.
    Syntax
    'Declaration
     
    
    Public Sub Refresh() 
    public void Refresh()
    Remarks
    This method calls C1.Data.DataSource.ClientViewSource.Refresh for all elements of the ViewSources collection.
    See Also