BulkDataOperationBaseOnTableProgress Method
Raise an event if table change in data processing
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.176 -- Release Build+f9cb1e8a5a5af2031de3a84a9e36d2e86d15576a
protected virtual void OnTableProgress(
string tableName,
bool executed,
int currentTable,
int totalTables
)
Protected Overridable Sub OnTableProgress (
tableName As String,
executed As Boolean,
currentTable As Integer,
totalTables As Integer
)
protected:
virtual void OnTableProgress(
String^ tableName,
bool executed,
int currentTable,
int totalTables
)
function OnTableProgress(tableName, executed, currentTable, 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