Click or drag to resize
DataParameter Properties

The DataParameter 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.
Public propertyName
Parameter name.
Public propertyParamRegEx
Regular expression to located the parameter within text
Public propertyType
Parameter type.
Public propertyValue
Parameter value.
Top
See Also