Parameter Fields
The Parameter type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
|
|
DataType |
The data type of the parameter.
|
|
|
Direction |
The direction of the parameter (Input, Output, InputOutput, or ReturnValue).
|
|
|
Name |
The name of the parameter (e.g., "@CustomerID").
|
|
|
Size |
The maximum size, in bytes, of the parameter data. Used for variable-length data types.
|
|
|
Value |
The value of the parameter.
|

