Click or drag to resize
DynamicDataParameter Properties

The DynamicDataParameter type exposes the following members.

Properties
  NameDescription
Public propertyDirection
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.)
Public propertyName
Parameter name.
(Inherited from DataParameter.)
Public propertyParamRegEx
Regular expression to located the parameter within text
(Inherited from DataParameter.)
Public propertyType
Parameter type.
(Inherited from DataParameter.)
Public propertyValue
Parameter value.
(Inherited from DataParameter.)
Top
See Also