Click or drag to resize
DbParameterIDataParameterDirection Property
Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
ParameterDirection IDataParameter.Direction { get; set; }

Return Value

Type: ParameterDirection
One of the ParameterDirection values. The default is Input.

Implements

IDataParameterDirection
Exceptions
ExceptionCondition
ArgumentExceptionThe property was not set to one of the valid ParameterDirection values.
See Also