[]
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.
public void BeginUpdate()
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.