NativeParameterDirection Enumeration |
Represents direction of a native parameter.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum NativeParameterDirection
Public Enumeration NativeParameterDirection
public enum class NativeParameterDirection
type NativeParameterDirection
Members
| Member name | Value | Description |
---|
| None | 0 |
Undefined parameter direction.
|
| Input | 1 |
The parameter is an input parameter.
|
| Output | 2 |
The parameter is an output parameter.
|
| InputOutput | 3 |
The parameter is capable of both input and output.
|
| ReturnValue | 6 |
The parameter represents a return value.
|
See Also