[]
        
(Showing Draft Content)

C1.DataEngine.Workspace.BeginUpdate

BeginUpdate Method

BeginUpdate()

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.

Declaration
public void BeginUpdate()
Remarks

Call this method if you want to perform more than one data import with GetData(string, long) or AppendData(string, long). Call EndUpdate() when all data import operations are complete.

See Also