Direction Property

Syntax:

public ParameterDirection Direction { get; set; }

Description:

Type: System.Data.ParameterDirection

Gets or sets a value that indicates whether the parameter is input, output, input/output or a stored procedure return value. Only input parameters are supported by the RDM Data Provider.

Exceptions:

Exception Condition
NotSupportedException The parameter direction supplied is not supported.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbParameter.Direction