The ProcedureParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ProcedureParameter | Overloaded. |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|