Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 703 Bytes

Database-Execute-Config-Xml.md

File metadata and controls

17 lines (11 loc) · 703 Bytes

'Execute' object (database-driven) - XML

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 properties with a bold name are those that are more typically used (considered more important).

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

Note: This markdown file is generated; any changes will be lost.