Click or drag to resize

BulkDataOperationBaseOnRowProgress Method

Raise an event while change row in data processing

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax
protected virtual void OnRowProgress(
	string TableName,
	int CurrentRow,
	int TotalRows
)
View Source

Parameters

TableName  String
Table name in data processing
CurrentRow  Int32
current row index in data processing
TotalRows  Int32
total rows needs to be process in data processing
See Also