ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewModel Class / BeginUpdate Method

In This Topic
    BeginUpdate Method (C1ViewModel)
    In This Topic
    Starts a batch update cycle during which multiple changes can be made in the view without recreating an owner C1DataView's rowset. The update cycle must be finished with the EndUpdate method call.
    Syntax
    'Declaration
     
    Public Sub BeginUpdate() 
    public void BeginUpdate()
    See Also