ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / DeferRefresh Method

In This Topic
    DeferRefresh Method
    In This Topic
    Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
    Syntax
    'Declaration
     
    
    Public Function DeferRefresh() As System.IDisposable
    public System.IDisposable DeferRefresh()

    Return Value

    An System.IDisposable object that you can use to dispose of the calling object.
    See Also