DynamicDataParameter Properties |
The DynamicDataParameter 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.
(Inherited from DataParameter.) |
![]() | Name |
Parameter name.
(Inherited from DataParameter.) |
![]() | ParamRegEx |
Regular expression to located the parameter within text
(Inherited from DataParameter.) |
![]() | Type |
Parameter type.
(Inherited from DataParameter.) |
![]() | Value |
Parameter value.
(Inherited from DataParameter.) |