Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 638 Bytes

Database-Execute-Config-Xml.md

File metadata and controls

14 lines (9 loc) · 638 Bytes

'Execute' object (database-driven)

The Execute object enables additional TSQL statements to be embedded within the stored procedure.


Properties

The Execute object supports a number of properties that control the generated code output. The following properties with a bold name are those that are more typically used (considered more important).

Property Description
Statement The additional TSQL statement. [Mandatory]
Location The location of the statement in relation to the underlying primary stored procedure statement. Valid options are: Before, After.
† Defaults to After.