IDwArgument.Direction Property
.NET Standard 2.x
Gets or sets the type of stored procedure parameter.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
new ParameterDirection Direction { get; set; }
Property Value
System.Data.ParameterDirection
The type of stored procedure parameter.
Input
: (Default) An input parameter for the procedure.
Output
: An output parameter for the procedure. The DataWindow will assign the resulting value to the current row and column (usually used for identity and timestamp columns).
InputOutput
: An input and output parameter.
Applies to
.NET Standard
2.x