ComponentOne FlexPivot for WinForms
BeginUpdate Method (Workspace)

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Workspace Class : BeginUpdate Method
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

Reference

Workspace Class
Workspace Members
EndUpdate Method