ProcParam
Provide a paramater to a stored procudure.
Component Signature
Attributes
Atrribute
Type
Required
Description
Default
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
integer
false
scale
integer
false
null
boolean
false
If the value should be counted as null
Examples
Last updated