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: Booleanflag for being called during Workbook saving
- calledByDBSeq
- Type: Stringthe name of the DB Sequence that called the DBMapper
- TransactionOpen
- Type: Booleanflag whether a transaction is open during the DB Sequence