doDBModif(Boolean, String, Boolean) Method

execute the modifications for the DB Mapper by storing the data modifications in the DBMapper range to the database
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public void doDBModif(
	bool WbIsSaving,
	string calledByDBSeq,
	bool TransactionOpen
	)

Parameters

WbIsSaving
Type: Boolean
flag for being called during Workbook saving
calledByDBSeq
Type: String
the name of the DB Sequence that called the DBMapper
TransactionOpen
Type: Boolean
flag whether a transaction is open during the DB Sequence