ProcParam

Provide a paramater to a stored procudure.

Component Signature

<bx:ProcParam type=[string]
value=[any]
sqltype=[string]
maxLength=[numeric]
scale=[numeric]
null=[boolean] />

Attributes

AtrributeTypeRequiredDescriptionDefault

type

string

false

The type of stored procedure paramter. One of in

out

value

any

false

The value to pass

sqltype

string

false

The sql type the value

string

maxLength

numeric

false

scale

numeric

false

null

boolean

false

If the value should be counted as null

Examples

<bx:ProcParam type=[string]
value=[any]
sqltype=[string]
maxLength=[numeric]
scale=[numeric]
null=[boolean] />

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC