Class DBAction
DBActions are used to issue DML commands defined in Cells against the database
Inherited Members
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
public class DBAction : DBModif
Constructors
| Improve this Doc View SourceDBAction(CustomXMLNode, Range)
normal constructor with definition xml
Declaration
public DBAction(CustomXMLNode definitionXML, Range paramTarget)
Parameters
Name | Description |
---|---|
definitionXML | |
paramTarget |
Methods
| Improve this Doc View SourcedoDBModif(Boolean, String, Boolean)
Declaration
public override void doDBModif(bool WbIsSaving = false, string calledByDBSeq = "", bool TransactionOpen = false)
Parameters
Name | Description |
---|---|
WbIsSaving | |
calledByDBSeq | |
TransactionOpen |
Overrides
| Improve this Doc View SourcesetDBModifCreateFields(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 |