Determines how sql parameters are checked before executing.
Enum values:
  • Strict
    The parameters given in the macro must match those in query.
  • Relaxed
    The parameters given in the macro are not validated by Smartsite. They are only validated by the database.

Properties

Data type Attribute
Enum -

Used in

Macro Description
SqlQuery Executes sql queries/statements and shows the results.
SXML