Click or drag to resize

BulkDataOperationBaseOnTableProgress Method

Raise an event if table change in data processing

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntax
protected virtual void OnTableProgress(
	string TableName,
	bool Executed,
	int CurrentTable,
	int TotalTables
)
View Source

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