FlexPivot for WinForms
BeginUpdate メソッド (Workspace)
すべて折りたたむ
全て展開
言語のフィルタ : すべて
言語のフィルタ : 複数
言語のフィルタ: Visual Basic
言語のフィルタ: Visual Basic (宣言)
言語のフィルタ: C#
Visual Basic (宣言)
C#
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.
シンタックス
Visual Basic
C#
'宣言 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 メソッド