ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / View Class / DeferMaintenance Method

In This Topic
    DeferMaintenance Method
    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 System.IDisposable
    public System.IDisposable DeferMaintenance()

    Return Value

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