The ProcedureParameter type exposes the following members.

Constructors

  NameDescription
ProcedureParameterOverloaded.

Properties

  NameDescription
DataType
Gets or sets the data type (for out parameters).
Direction
Gets or sets the parameter direction.
Name
Gets or sets the name of the parameter.
Size
Gets or sets the size of the data (for out parameters).
Value
Gets or sets the value of the parameter.

See Also