<PackageReference Include="System.Data.Common" Version="4.0.1-beta-23409" />

ParameterDirection

public enum ParameterDirection
Specifies the type of a parameter within a query relative to the DataSet.
Input = 1

The parameter is an input parameter.

The parameter is capable of both input and output.

Output = 2

The parameter is an output parameter.

The parameter represents a return value from an operation such as a stored procedure, built-in function, or user-defined function.