ProcParam
Provide a paramater to a stored procudure.
Component Signature
Attributes
Atrribute | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The type of stored procedure paramter. One of in | out |
|
|
| The value to pass | |
|
|
| The sql type the value |
|
|
|
| ||
|
|
| ||
|
|
| If the value should be counted as null |
Examples
Last updated