DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / DeferRefresh Method

In This Topic
    DeferRefresh Method (ViewRowCollection)
    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 IDisposable
    public IDisposable DeferRefresh()

    Return Value

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