DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View Class / DeferMaintenance Method

In This Topic
    DeferMaintenance Method (View)
    In This Topic
    Enters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance.
    Syntax
    'Declaration
     
    Public Function DeferMaintenance() As IDisposable
    public IDisposable DeferMaintenance()

    Return Value

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