FlexPivot for WinForms
BeginUpdate メソッド (Workspace)

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > Workspace クラス : 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.
シンタックス
'宣言
 
Public Sub BeginUpdate() 
public void BeginUpdate()
解説
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.
参照

Workspace クラス
Workspace メンバ
EndUpdate メソッド