Class DBSeqnce
DBSequences are used to group DBMappers and DBActions and run them in sequence together with refreshing DBFunctions and executing them in transaction brackets
Inherited Members
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
public class DBSeqnce : DBModif
Constructors
| Improve this Doc View SourceDBSeqnce(CustomXMLNode)
normal constructor with definition xml
Declaration
public DBSeqnce(CustomXMLNode definitionXML)
Parameters
Name | Description |
---|---|
definitionXML |
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 SourcegetSequenceSteps()
required for creation of DB Sequences after finishing dialog with OK button
Declaration
public string[] getSequenceSteps()
Returns
Description |
---|
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 |