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()
See Also