BulkDataOperationBaseOnTableProgress Method

Raise an event if table change in data processing

Definition

Namespace: Gemstone.Data
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.138 -- Release Build+f7ceb3e02ea3c92b27e86b99ae16cee337a20b9e
protected virtual void OnTableProgress(
	string tableName,
	bool executed,
	int currentTable,
	int totalTables
)

Parameters

tableName  String
Table name in data processing
executed  Boolean
Status of data processing on table
currentTable  Int32
current table index in data processing
totalTables  Int32
total table count in data processing

See Also