LassoScript Utility
Basics Browse Detail

[Action_Statement]

Tag Link [Action_Statement] Category Results
Type Substitution Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation Internal Sets Lasso 8.5, Lasso 8.0

Description

[Action_Statement] can be used within inline tags to return the action statement used internally by the current data source connector to perform the database action. For example, [Action_Statement] will return the SQL statement generated by the SQLite or MySQL data sources.

The -StatementOnly parameter can be used in the opening [Inline] tag to specify that the action statement should be generated for an action, but the action itself should not be performed.

Syntax

[Inline: ...] [Action_Statement] [/Inline]

[Inline: -StatementOnly, ...] [Action_Statement] [/Inline]

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.