DBAction Fields

The DBAction type exposes the following members.

Fields

NameDescription
private fieldcontinueIfRowEmpty
only for parametrized DBAction: if all values in the given Ranges are empty for one row, continue concatenation with all values being NULL, else finish at this row (excluding it), defaults to false
private fieldconvertAsDate
only for parametrized DBAction: comma separated locations of numerical parameters that should always be converted as date values (using the default DBDate formating)
private fieldconvertAsString
only for parametrized DBAction: comma separated locations of numerical parameters that should always be converted as strings
private fieldparamEnclosing
only for parametrized DBAction: enclosing character around parameter placeholders, defaults to !
private fieldparametrized
is DBAction parametrized (placeholders to be filled with values from named ranges), default to false
private fieldparamRangesStr
only for parametrized DBAction: string of named ranges to be used as parameters that are replaced into the template string, where the order of the parameter range determines which placeholder is being replaced