Show / Hide Table of Contents

Class DBAction

DBActions are used to issue DML commands defined in Cells against the database

Inheritance
System.Object
DBModif
DBAction
Inherited Members
DBModif.dbmodifName
DBModif.TargetRange
DBModif.paramTargetName
DBModif.database
DBModif.execOnSave
DBModif.askBeforeExecute
DBModif.env
DBModif.confirmText
DBModif.confirmExecution(Boolean)
DBModif.getTargetRangeAddress()
DBModif.getTargetRange()
DBModif.getEnv()
DBModif.DBModifSaveNeeded()
DBModif.getName()
DBModif.getParamFromXML(CustomXMLNode, String, String)
DBModif.addHiddenFeatureDefs(CustomXMLNode)
DBModif.setTargetRange(Range)
DBModif.openDatabase(String)
DBModif.doDBRefresh(String, Dictionary<String, Boolean>, Dictionary<String, Boolean>, Boolean)
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
public class DBAction : DBModif

Constructors

| Improve this Doc View Source

DBAction(CustomXMLNode, Range)

normal constructor with definition xml

Declaration
public DBAction(CustomXMLNode definitionXML, Range paramTarget)
Parameters
Name Description
definitionXML
paramTarget

Methods

| Improve this Doc View Source

doDBModif(Boolean, String, Boolean)

Declaration
public override void doDBModif(bool WbIsSaving = false, string calledByDBSeq = "", bool TransactionOpen = false)
Parameters
Name Description
WbIsSaving
calledByDBSeq
TransactionOpen
Overrides
DBModif.doDBModif(Boolean, String, Boolean)
| Improve this Doc View Source

setDBModifCreateFields(ref DBModifCreate)

set the fields in the DB Modifier Create Dialog with attributes of object

Declaration
public override void setDBModifCreateFields(ref DBModifCreate theDBModifCreateDlg)
Parameters
Name Description
theDBModifCreateDlg
Overrides
DBModif.setDBModifCreateFields(ref DBModifCreate)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX