DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class / BeginUpdate Method

In This Topic
    BeginUpdate Method (Workspace)
    In This Topic
    Indicates that multiple batches of data are being added to one or more tables, so that data consumers can suspend their update until all data changed are complete.
    Syntax
    'Declaration
     
    Public Sub BeginUpdate() 
    public void BeginUpdate()
    Remarks
    Call this method if you want to perform more than one data import with Connector.GetData or Connector.AppendData. Call EndUpdate when all data import operations are complete.
    See Also