DataParameter Properties |
The DataParameter type exposes the following members.
Name | Description | |
---|---|---|
Direction |
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
The default is Input.
| |
Name |
Parameter name.
| |
ParamRegEx |
Regular expression to located the parameter within text
| |
Type |
Parameter type.
| |
Value |
Parameter value.
|