Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.18 KB

File metadata and controls

44 lines (36 loc) · 1.18 KB

Component: StoredProc

Execute a stored procedure.

Component Signature

<bx:StoredProc procedure=[string]
datasource=[string]
username=[string]
password=[string]
blockfactor=[integer]
debug=[boolean]
returnCode=[boolean]
result=[string] />

Attributes

Atrribute Type Required Description Default
procedure string true The name of the procedure to execute.
datasource string false The name of the datasource where the stored procedure is registered.
username string false
password string false
blockfactor integer false
debug boolean false false
returnCode boolean false false
result string false

Examples

<bx:StoredProc procedure=[string]
datasource=[string]
username=[string]
password=[string]
blockfactor=[integer]
debug=[boolean]
returnCode=[boolean]
result=[string] />