Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ParameterDirection Enumeration

 

Specifies the type of a parameter within a query relative to the DataSet.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public enum class ParameterDirection

Member nameDescription
Input

The parameter is an input parameter.

InputOutput

The parameter is capable of both input and output.

Output

The parameter is an output parameter.

ReturnValue

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

The ParameterDirection values are used by the parameter direction properties of OleDbParameter and SqlParameter.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft