DBAction Fields
The DBAction type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | continueIfRowEmpty | 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 |
![]() | convertAsDate | only for parametrized DBAction: comma separated locations of numerical parameters that should always be converted as date values (using the default DBDate formating) |
![]() | convertAsString | only for parametrized DBAction: comma separated locations of numerical parameters that should always be converted as strings |
![]() | paramEnclosing | only for parametrized DBAction: enclosing character around parameter placeholders, defaults to ! |
![]() | parametrized | is DBAction parametrized (placeholders to be filled with values from named ranges), default to false |
![]() | paramRangesStr | 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 |