ParameterMode Enumeration
.NET Framework (current version)
Specifies the direction of a parameter.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Member name | Description | |
|---|---|---|
| In | An input parameter. | |
| InOut | Both an input and an output parameter. | |
| Out | An output parameter. | |
| ReturnValue | A return value of the method. |
.NET Framework
Available since 3.5
Available since 3.5
Show: