Gets and sets the parameter direction.
It indicates whether the parameter is passed to the Advanced SQL Engine as input,
returned from the SQL Engine as output, or sent to and returned from the
SQL Engine as input and output.
Syntax
Property Value
One of the
System.Data.ParameterDirection
enumeration values. The default is
Input
"/>
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also